which header file contains main() function in c?

Answer Posted / reshma pawar

main is not included in any header file
It is just neaming convention for starting
the execution of program and main is not reserved
word also

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

int far *near * p; means

3113


Write a program to swap two numbers without using third variable?

812


What is a shell structure examples?

585


Write a program to check whether a number is prime or not using c?

569


What is the use of parallelize in spark?

570






count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

673


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1410


Explain the difference between null pointer and void pointer.

661


Where in memory are my variables stored?

629


Explain heap and queue.

577


Explain the use of function toupper() with and example code?

650


Linked lists -- can you tell me how to check whether a linked list is circular?

637


Is c object oriented?

534


Write a program to print factorial of given number using recursion?

599


How do we declare variables in c?

561