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
Can we change the value of constant variable in c?
Explain what are the different file extensions involved when programming in c?
How to establish connection with oracle database software from c language?
What is meant by high-order and low-order bytes?
Is it possible to have a function as a parameter in another function?
Why is c so important?
Explain how can I avoid the abort, retry, fail messages?
what is the basis for selection of arrays or pointers as data structure in a program
What does the error message "DGROUP exceeds 64K" mean?
Explain how do you list a file’s date and time?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
which is an algorithm for sorting in a growing Lexicographic order
What does the characters “r” and “w” mean when writing programs that will make use of files?
How do you construct an increment statement or decrement statement in C?
What is ctrl c called?