Can we use any name in place of argv and argc as command line arguments?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the scope of static variables?

0 Answers  


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 Answers  


How can I find the modification date and time of a file?

0 Answers  


When should a type cast be used?

0 Answers  






write a program wch produces its own source code aas its output?

1 Answers   IonIdea,


Define recursion in c.

0 Answers  


What are the features of the c language?

0 Answers  


Can a function argument have default value?

0 Answers   Genpact,


int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?

15 Answers   Mascot,


What is data structure in c programming?

0 Answers  


How can I delete a file?

0 Answers  


Categories