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 / manju
d.any where in the program
because the execution of a program begins from the main
function.it doesn't consider the place where the main
function written.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
can any one provide me the notes of data structure for ignou cs-62 paper
What is the need of structure in c?
Disadvantages of C language.
What are data types in c language?
Why is c fast?
What is the use of function overloading in C?
Is void a keyword in c?
Does c have enums?
how to count no of words,characters,lines in a paragraph.
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
how to find binary of number?
How do I round numbers?
What are valid operations on pointers?
What is variable and explain rules to declare variable in c?
Is javascript written in c?