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 advantage of pointer in c?
What do you understand by normalization of pointers?
What is sizeof in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is the meaning of c in c language?
Is c still relevant?
What is %d called in c?
What are the various types of control structures in programming?
What does sizeof function do?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What are two dimensional arrays alternatively called as?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What does stand for?
Tell me is null always defined as 0(zero)?
What is wild pointer in c with example?