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
How many keywords (reserve words) are in c?
How many parameters should a function have?
What are the data types present in c?
Explain how do you determine a file’s attributes?
Can we declare variables anywhere in c?
What is fflush() function?
What do you mean by invalid pointer arithmetic?
Tell me can the size of an array be declared at runtime?
What is break in c?
What do you know about the use of bit field?
Explain what is the difference between #include and #include 'file' ?
Explain the properties of union.
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is the use of function overloading in C?
Why functions are used in c?