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

whether itis a structured language?

1 Answers   Microsoft,


How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?

2 Answers  


What is || operator and how does it function in a program?

0 Answers  


What is string function c?

0 Answers  


Without Computer networks, Computers will be half the use. Comment.

0 Answers  






Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

0 Answers  


Differentiate between functions getch() and getche().

0 Answers  


how to add our own function in c library please give details.?

1 Answers   TCS,


What should malloc(0) do?

0 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


What do you mean by command line argument?

0 Answers   TCS,


Categories