Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program
Answer Posted / sudipta panja
(d)--execution starts from main,i.e. compiler starts
compiling from main but the posn of main is not fixed.it can
be anywhere.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Does * p ++ increment p or what it points to?
What is sizeof array?
Why is c so popular?
Is array a primitive data type in c?
Explain what is wrong with this program statement?
What is modifier & how many types of modifiers available in c?
string reverse using recursion
What is extern storage class in c?
What is modeling?
What does %d do?
Describe the order of precedence with regards to operators in C.
How many types of arrays are there in c?
What is NULL pointer?
Explain how do you determine a file’s attributes?