Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / vignesh1988i
it's actually user defined built in function...... since we
the user gave the function name as main() when we write the
coding for the compailer........
| Is This Answer Correct ? | 28 Yes | 41 No |
Post New Answer View All Answers
write a proram to reverse the string using switch case?
Do you know the use of fflush() function?
Why enum is used in c?
Explain main function in c?
#include
What is use of #include in c?
If null and 0 are equivalent as null pointer constants, which should I use?
What is the translation phases used in c language?
What is typedef example?
where are auto variables stored? What are the characteristics of an auto variable?
What is difference between structure and union in c?
What are different storage class specifiers in c?
What's the total generic pointer type?
What is context in c?
How main function is called in c?