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 / vishwanath g. desai
d. Any where in the program, because it is a top down
program ok I agree with that, actually the feature wise we
have to write the first but now the compiler agree with the
answer d. While the program execute means it execute the
first main().
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What are the two types of structure?
Is fortran still used in 2018?
What is string function c?
What does #pragma once mean?
What are pointers? What are different types of pointers?
Here is a neat trick for checking whether two strings are equal
What is c language and why we use it?
Can you subtract pointers from each other? Why would you?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is the difference between class and object in c?
What are the application of void data type in c?
Calculate 1*2*3*____*n using recursive function??
Difference between macros and inline functions? Can a function be forced as inline?
Can the sizeof operator be used to tell the size of an array passed to a function?