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

1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


What are the uses of a pointer?

0 Answers  


How can I access an I o board directly?

0 Answers  


What is a spanning Tree?

1 Answers   TCS,


what is different between auto and local static? why should we use local static?

0 Answers  






Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


Explain indirection?

0 Answers  


write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


how to swap four numbers without using fifth variable?

2 Answers  


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


why do we use # in c-language?

1 Answers  


Does c have enums?

0 Answers  


Categories