what do the 'c' and 'v' in argc and argv stand for?


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

Post New Answer

More C Interview Questions

difference between object file and executable file

0 Answers  


What is the function of multilevel pointer in c?

0 Answers  


what are the compilation steps? ( i want inside the compiler )

2 Answers  


How do I access command-line arguments?

2 Answers   Bosch, Wipro,


Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,






What is array of pointers to string?

0 Answers  


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


write a c program to store and print name,address,roll.no of a student using structures?

7 Answers  


What is a c token and types of c tokens?

0 Answers  


Is c pass by value or reference?

0 Answers  


Categories