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 / swamy s t
Answer is D. any where in the program.
No matter whereever it is because the program should
starts or begins from main() function only.
| Is This Answer Correct ? | 30 Yes | 3 No |
Post New Answer View All Answers
Is it possible to have a function as a parameter in another function?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is console in c language?
Differentiate abs() function from fabs() function.
Why are algorithms important in c program?
Which is an example of a structural homology?
What does printf does?
what is the function of pragma directive in c?
How can I do peek and poke in c?
Why is c not oop?
Are the variables argc and argv are local to main?
What is a node in c?
What is the difference between memcpy and memmove?
Explain what is output redirection?
What is 1d array in c?