Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / suresh kumar
main() is a system declared bt user defined function
coz main is declared as built in functions but we give the
definition of main according to us. means it is defined by
the user.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Explain what does the format %10.2 mean when included in a printf statement?
Write a Program to find whether the given number or string is palindrome.
What is sizeof array?
What is linear search?
Tell me when is a void pointer used?
How do I send escape sequences to control a terminal or other device?
about c language
Whats s or c mean?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
How do you define a function?
Write a c program to demonstrate character and string constants?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Why isnt any of this standardized in c?
Explain what is gets() function?