which header file contains main() function in c?
Answer Posted / suresh
there is no header file that contains main()
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Is it valid to address one element beyond the end of an array?
Are the expressions * ptr ++ and ++ * ptr same?
In C language, a variable name cannot contain?
How can a number be converted to a string?
Is boolean a datatype in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
what is the diffrenet bettwen HTTP and internet protocol
What is an operator?
Can a pointer point to null?
Difference between constant pointer and pointer to a constant.
How can I write a function analogous to scanf?
What language is windows 1.0 written?
Differentiate between a for loop and a while loop? What are it uses?
What is the difference between c and python?
What is dangling pointer in c?