which header file contains main() function in c?
Answer Posted / guest
stdio header file
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
How is a null pointer different from a dangling pointer?
What are the 32 keywords in c?
What is the difference between formatted&unformatted i/o functions?
Add Two Numbers Without Using the Addition Operator
Why calloc is better than malloc?
what are enumerations in C
Are there any problems with performing mathematical operations on different variable types?
What is function pointer c?
How can I write a function that takes a format string and a variable number of arguments?
How can I copy just a portion of a string?
Is c++ based on c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Explain the difference between malloc() and calloc() function?
What is the purpose of sprintf?
How do you print only part of a string?