Are the variables argc and argv are always local to main?


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

Post New Answer

More C Interview Questions

without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.

4 Answers  


explain about storage of union elements.

2 Answers   ABC, Bosch,


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


In which category does main function belong??

5 Answers  






how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

4 Answers   Wipro,


how to count no of words,characters,lines in a paragraph.

0 Answers  


how to find the binary of a number?

10 Answers   Infosys,


Is c is a low level language?

0 Answers  


How do you declare a variable that will hold string values?

0 Answers  


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,


Difference between strcpy() and memcpy() function?

0 Answers  


Categories