Answer Posted / kishore kumar naik p
void main(int nArgCount, char *szArgVector[])
{
if(nArgCount != 2)
{
printf("\nWorng number of argument\nSynatx: %s
<filename>",szArgVector[0]);
return;
}
FILE *fp = foepn(szArgVector[1],"r+");
//Process the file here
fclose(fp);
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is persistence in oop?
What is the use of oops?
What is multilevel inheritance explain with example?
What is pure oop?
What are classes oop?
What language is oop?
Can enum be null?
What is inheritance write a program to show use of inheritance?
what are the different types of qualifier in java?
Can you inherit a private class?
Get me a number puzzle game-program
What causes polymorphism?
Which language is pure oop?
What is purpose of inheritance?
What is stream in oop?