FREE TUTORIALS ON C programming

Saturday, January 25, 2014

The following program help us to get the current working drive






#include <stdio.h>

#include <direct.h>

int main(void)

{
   printf("Current working drive is %d.\n", _getdrive());
   return 0;

}


9:09 PM   Posted by Unknown with No comments

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search