Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / vikas kumar shakya
main() is a user defined function. it is the entry point of
any program.
At run time the main() function is searched as the entry to
start the program.
| Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
What is the difference between array_name and &array_name?
Explain union.
What does %d do?
What is function prototype?
Why is c so popular?
What is difference between main and void main?
How is pointer initialized in c?
What language is windows 1.0 written?
Should a function contain a return statement if it does not return a value?
Explain is it better to bitshift a value than to multiply by 2?
Differentiate between ordinary variable and pointer in c.
Why main function is special give two reasons?
what is uses of .net
What is c definition?
swap 2 numbers without using third variable?