Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / divya
it is built in function because (main )codings are written
by the software developer.so,we cant change anything in
this built in function.but user defined functions are
changed by us.
so it is built in function
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
what is the role you expect in software industry?
What was noalias and what ever happened to it?
Explain bitwise shift operators?
What is the size of structure pointer in c?
Explain what is the general form of a c program?
Is flag a keyword in c?
What is linear search?
What is a macro, and explain how do you use it?
write a program for the normal snake games find in most of the mobiles.
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
int i=10; printf("%d %d %d", i, i=20, i);
write a program to copy the string using switch case?
How do I get a null pointer in my programs?
What is a nested formula?
List the difference between a "copy constructor" and a "assignment operator"?