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
What is difference between array and structure in c?
Tell me the use of bit field in c language?
Why c is called a mid level programming language?
What are the three constants used in c?
explain what is a newline escape sequence?
What are pointers really good for, anyway?
what is a function method?give example?
Are there namespaces in c?
which is an algorithm for sorting in a growing Lexicographic order
What is the purpose of sprintf() function?
How do you determine a file’s attributes?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
How is a macro different from a function?
Which is the best website to learn c programming?
Differentiate between static and dynamic modeling.