Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / sree
main() itself is a predefined function.
where as main() is a userdefined function because there we
are writing the internal part.
| Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is pointers in c with example?
What are the 4 data types?
Explain what is the concatenation operator?
How do I determine whether a character is numeric, alphabetic, and so on?
What is extern keyword in c?
Is c is a procedural language?
What is the difference between near, far and huge pointers?
what is ur strangth & weekness
Is c programming hard?
What is function prototype in c with example?
What are the application of c?
What is the g value paradox?
How does pointer work in c?
What is the difference between if else and switchstatement