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
What are formal parameters?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is d scanf?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
List a few unconditional control statement in c.
What is the role of this pointer?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Dont ansi function prototypes render lint obsolete?
What is a list in c?
What is abstract data structure in c?
What is pointer & why it is used?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is the main difference between calloc () and malloc ()?
Which is best linux os?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?