which header file contains main() function in c?
Answer Posted / ankith.v
There is no header file for main function
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is .obj file in c?
What is getch c?
What is string concatenation in c?
Why void is used in c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is indirection in c?
what is different between auto and local static? why should we use local static?
can anyone suggest some site name..where i can get some good data structure puzzles???
What are linker error?
Explain what are header files and explain what are its uses in c programming?
Who is the main contributor in designing the c language after dennis ritchie?
Is it better to bitshift a value than to multiply by 2?
Why is extern used in c?
What is define c?
What are the two types of structure?