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 is substring in c?
How can you determine the size of an allocated portion of memory?
What is zero based addressing?
Is fortran still used in 2018?
How do you define CONSTANT in C?
Which built-in library function can be used to match a patter from the string?
What are reserved words?
What are the 5 data types?
Why is structure important for a child?
What is character set?
What are the 32 keywords in c?
What is far pointer in c?
How reliable are floating-point comparisons?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is the difference between malloc() and calloc() function in c language?