which header file contains main() function in c?
Answer Posted / surendra nath sahoo
Hello Friends..
Actually a header file in C language only have
four things
1:typedef
2:function prototype
3:macro definations
4:external variables
And header file is required if the return type of a function
is not int.
as main function default return type is int so header file
is not required.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How does selection sort work in c?
When is the “void” keyword used in a function?
C language questions for civil engineering
What is a lookup table in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Does sprintf put null character?
What is masking?
will u please send me the placement papers to my mail???????????????????
Is c object oriented?
all c language question
Explain the bubble sort algorithm.
Is main a keyword in c?
Why do we use stdio h and conio h?
How do I use void main?
Why does everyone say not to use gets?