which header file contains main() function in c?
Answer Posted / a
if it is just a naming convention then how can it have
return type and arguement like a function...
plz don't misguide the ppls
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain what will the preprocessor do for a program?
Is c easy to learn?
Explain the difference between ++u and u++?
Explain what is the most efficient way to store flag values?
Why are all header files not declared in every c program?
What does sizeof int return?
What are the different types of objects used in c?
Explain how can type-insensitive macros be created?
What is pointer & why it is used?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Can stdout be forced to print somewhere other than the screen?
What is putchar() function?
What will be the outcome of the following conditional statement if the value of variable s is 10?
Explain how can I pad a string to a known length?
Explain a pre-processor and its advantages.