main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / ankith.v
main is Predefined.why because its is implemented by the
developer
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
What is typedef example?
Why do we use null pointer?
What is the difference between memcpy and memmove?
Can a variable be both constant and volatile?
What is header file in c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What are the back slash character constants or escape sequence charactersavailable in c?
How do I get an accurate error status return from system on ms-dos?
Explain the difference between ++u and u++?
What is %g in c?
What is the difference between array and structure in c?
How can you convert integers to binary or hexadecimal?
Why is c platform dependent?
What are near, far and huge pointers?
Why does everyone say not to use scanf? What should I use instead?