Answer Posted / ektasingh
main is not user defined.(user defined functions can have
any name )
main is not inbuilt.(it has not been defined in any library)
what is main????
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is pass by reference in functions?
What is a MAC Address?
Explain why can’t constant values be used to define an array’s initial size?
Can we change the value of #define in c?
What is the function of multilevel pointer in c?
What does 4d mean in c?
How does placing some code lines between the comment symbol help in debugging the code?
What is the newline escape sequence?
What is a global variable in c?
What is the difference between exit() and _exit() function?
what is the function of pragma directive in c?
What are the advantage of c language?
Explain how do you list files in a directory?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the benefit of using an enum rather than a #define constant?