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 difference between structure and union in c programming?
What is meant by realloc()?
Why is c called a structured programming language?
What is the difference between formatted&unformatted i/o functions?
What is LINKED LIST? How can you access the last element in a linked list?
diff between exptected result and requirement?
Explain how can a program be made to print the name of a source file where an error occurs?
What is return in c programming?
Explain the use of bit fieild.
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What does the error message "DGROUP exceeds 64K" mean?
What is a node in c?
What is indirection?
What is a string?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +