Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / eklavya sharma
main is a kind of function which is a user defined function for the C compiler developer and it is built in or predifined function to the users using that compiler. The prototype has already been defined in the compiler itself we the users can't change the meaning of that unless or until we write our own compiler.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Does c have circular shift operators?
What are the types of c language?
How do I swap bytes?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Mention four important string handling functions in c languages .
Can I initialize unions?
What is conio h in c?
What does c mean?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
When should a type cast not be used?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Explain the difference between structs and unions in c?
Define macros.