which header file contains main() function in c?
Answer Posted / m3th0d
main() doesn't require any header file,
header files are not the part of C language they just
provides the means of accessing input/output and other
utilities.
int main()
{
int a=10;
return 0;
}
can be compiled without including any header file :)
| Is This Answer Correct ? | 35 Yes | 3 No |
Post New Answer View All Answers
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What does static variable mean in c?
How can you increase the allowable number of simultaneously open files?
Is c compiled or interpreted?
Differentiate between static and dynamic modeling.
Is struct oop?
C language questions for civil engineering
What is 1f in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is substring in c?
What does it mean when the linker says that _end is undefined?
What does 1f stand for?
When should you not use a type cast?
Can we change the value of constant variable in c?