Main(int argc,int *argv[]){int i;for(i=1;i<argc; i++)printf("n%s%s",argv[i],(i<argc-1)?"":"");return 0;getch();}

I work for oracle

This question is related to Oracle Interview

Showing Answers 1 - 3 of 3 Answers

pinki

  • Apr 12th, 2006
 

Ans: only the value of argv[i] will get printed

  Was this answer useful?  Yes

Amee Thaker

  • Sep 5th, 2007
 

It will print all the parameters passed.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions