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

Should a function contain a return statement if it does not return a value?

0 Answers  


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


how does printf function work

1 Answers  


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

0 Answers  


What are the __date__ and __time__ preprocessor commands?

0 Answers  






Can the “if” function be used in comparing strings?

0 Answers  


How do we print only part of a string in c?

0 Answers  


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

0 Answers  


disadvantages of realloc ?

1 Answers   HCL,


what are the files which are automatically opened when a c file is executed?

3 Answers  


What are the uses of null pointers?

0 Answers  


second highest number in a given set of numbers

3 Answers   TCS,


Categories