main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / chaitanya
Main() is a predeclared userdefined function,bcoz according to formal case the declaration of main is done already with a definite name which the user cannot chnge..but in later case the body or the definition of which is given by the user accordng to his need..i.e.:main is a pre declared user defined function.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What kind of structure is a house?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Who is the main contributor in designing the c language after dennis ritchie?
Can you write the algorithm for Queue?
How can variables be characterized?
Write a program to print numbers from 1 to 100 without using loop in c?
What is the difference between Printf(..) and sprint(...) ?
Is it fine to write void main () or main () in c?
What is formal argument?
Why can arithmetic operations not be performed on void pointers?
Explain how can you restore a redirected standard stream?
How do you write a program which produces its own source code as output?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Whats s or c mean?
What is new line escape sequence?