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
How the c program is executed?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is the difference between null pointer and wild pointer?
What is meant by high-order and low-order bytes?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Explain goto?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the purpose of scanf() and printf() functions?
Can we access the array using a pointer in c language?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the maximum length of an identifier?
Explain how can I read and write comma-delimited text?
Tell me is null always defined as 0(zero)?
What is static memory allocation?