Answer Posted / rahat
main is a special inbuilt function which is used to start
the execution of the program,and the compiler searches for
this function to start the execution of the program.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are linker error?
How can I write functions that take a variable number of arguments?
What is a macro in c preprocessor?
Explain what are preprocessor directives?
What is storage class?
Is main an identifier in c?
How are strings stored in c?
Does c have class?
What is the meaning of typedef struct in c?
Where static variables are stored in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is a scope resolution operator in c?
Do array subscripts always start with zero?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Is c object oriented?