Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / saurabh kumar
well i think main is a predefine function because we can
not change the name of predefine function......
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How many keywords are there in c?
What is the Purpose of 'extern' keyword in a function declaration?
What does != Mean in c?
Which is an example of a structural homology?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is the process to generate random numbers in c programming language?
Write a code to generate a series where the next element is the sum of last k terms.
What is the difference between malloc() and calloc()?
Differentiate between declaring a variable and defining a variable?
What does. int *x[](); means ?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
difference between native and cross compilers
What is typedef?
Why is sizeof () an operator and not a function?