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

Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”

5 Answers   Mind Tree,


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


How pointer is different from array?

0 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  






though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks

3 Answers   State Bank Of India SBI,


How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


Explain how are 16- and 32-bit numbers stored?

0 Answers  


What is volatile

2 Answers  


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


What is the difference between far and near ?

0 Answers  


Categories