Is main an identifier in c?


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

Post New Answer

More C Interview Questions

int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


what will be maximum number of comparisons when number of elements are given?

0 Answers  


What is pointer in c?

0 Answers  


what is the return type of printf

3 Answers  


what is function pointer?

2 Answers   Wipro,


What is a pointer?

1 Answers   ADP, IFFCO,


what is the full form of c language

9 Answers   Satyam, TCS, VNC,


What is huge pointer in c?

0 Answers  


How many parameters should a function have?

0 Answers  


int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


Explain the priority queues?

0 Answers  


Categories