main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / b.laddu lal
Main() a userdefined function or a predefined function a multimillion question?
main() is neither predefined nor userdefined function its a special member function call by Operating System......
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What are the basic data types associated with c?
What is #line in c?
Write a program to print "hello world" without using a semicolon?
What is difference between structure and union in c?
what are the different storage classes in c?
List the variables are used for writing doubly linked list program.
what is the different bitween abap and abap-hr?
When should structures be passed by values or by references?
Whats s or c mean?
Explain why c is faster than c++?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Differentiate between a for loop and a while loop? What are it uses?
Explain what are its uses in c programming?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
How can I handle floating-point exceptions gracefully?