Are the variables argc and argv are local to main?


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

Post New Answer

More C Interview Questions

What are the disadvantages of a shell structure?

0 Answers  


helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 Answers  


program to locate string with in a string with using strstr function

2 Answers   Huawei, Shreyas,


Why is python slower than c?

0 Answers  


What is difference between array and structure in c?

0 Answers  


explain what are pointers?

0 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


What is the difference between calloc() and realloc()?

1 Answers  


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

0 Answers  


Is a pointer a kind of array?

0 Answers  


Categories