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
Which is best linux os?
what is recursion in C
Where in memory are my variables stored?
What is variable initialization and why is it important?
With the help of using classes, write a program to add two numbers.
What is console in c language?
What are conditional operators in C?
What is the difference between procedural and declarative language?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
How the c program is executed?
What is the maximum length of an identifier?
Explain can static variables be declared in a header file?
When a c file is executed there are many files that are automatically opened what are they files?
Explain how do you sort filenames in a directory?
Is it acceptable to declare/define a variable in a c header?