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
Explain what are header files and explain what are its uses in c programming?
I came across some code that puts a (void) cast before each call to printf. Why?
What does %p mean?
What does & mean in scanf?
Explain can static variables be declared in a header file?
What does the c preprocessor do?
What is volatile variable how do you declare it?
how to write a c program to print list of fruits in alpabetical order?
What are the scope of static variables?
What is a function in c?
Why cant I open a file by its explicit path?
What is pass by reference in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
pierrot's divisor program using c or c++ code
Explain that why C is procedural?