which header file contains main() function in c?

Answer Posted / mukesh

main() is pre user defined function there4 no need of header
file for it bcoz it is not a library function

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain what is fifo?

635


Why main is not a keyword in c?

652


Why does everyone say not to use gets?

611


Are global variables static in c?

677


What is the advantage of an array over individual variables?

745






List the difference between a 'copy constructor' and a 'assignment operator' in C?

640


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

670


What is difference between structure and union?

603


What is the translation phases used in c language?

637


Is a pointer a kind of array?

602


Write a C program to count the number of email on text

1421


Explain what is the best way to comment out a section of code that contains comments?

723


What is the benefit of using const for declaring constants?

591


Why shouldn’t I start variable names with underscores?

626


What are loops c?

616