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

How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...

0 Answers  


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


Is main() function predfined or userdefined?

11 Answers  


what is meant by flushll() in c programming?

1 Answers  


What is the use of bit field?

0 Answers  






How can I convert integers to binary or hexadecimal?

2 Answers  


What is the difference between File pointer and Internal Charecter Pointer?

2 Answers   TATA,


what is the different between data structure and data type?

1 Answers   Ignou,


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


how to add two numbers without using arithmetic operators?

4 Answers  


i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,


Categories