Social Icons

Wednesday 1 May 2013

Excuting Command in C program using "system" function


#include<stdio.h>
#include<stdlib.h>
int main()
{
printf("\n Showing Details of A file using System command : \n");


system("more first.txt");
return 0;


}



No comments:

Post a Comment

 

Sample Text

Sample text

 
Just Programming Cse DriveReputation Management