Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / eklavya sharma
main is a kind of function which is a user defined function for the C compiler developer and it is built in or predifined function to the users using that compiler. The prototype has already been defined in the compiler itself we the users can't change the meaning of that unless or until we write our own compiler.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using linked list for tree construction?
Why doesnt this code work?
What is far pointer in c?
What does sizeof return c?
Tell me about low level programming languages.
Can one function call another?
Why are all header files not declared in every c program?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What is the scope of static variable in c?
Is there a way to jump out of a function or functions?
What are the types of data types and explain?
What do you mean by invalid pointer arithmetic?
Tell me the use of bit field in c language?
Is c weakly typed?
What are inbuilt functions in c?