main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / pramod jirage
main() is to be predefined beoause the progarm contralm
flows from main and it is essiontal to opreat the program
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
In C, What is the #line used for?
How does placing some code lines between the comment symbol help in debugging the code?
Is stack a keyword in c?
what is the diffrenet bettwen HTTP and internet protocol
What is memory leak in c?
Explain high-order and low-order bytes.
What is a structure in c language. how to initialise a structure in c?
How many levels of indirection in pointers can you have in a single declaration?
What is main () in c?
What is void main () in c?
How can I change the size of the dynamically allocated array?
Can we access array using pointer in c language?
Explain Function Pointer?
Which one would you prefer - a macro or a function?
What does nil mean in c?