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 / maskfriend
d.any where in the program. but it should declare after the
declaration of veriable where it starts execution of the
program
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Why do we use static in c?
What is the sizeof () operator?
Are there any problems with performing mathematical operations on different variable types?
What is volatile, register definition in C
Explain the array representation of a binary tree in C.
What is the difference between declaring a variable and defining a variable?
What are the back slash character constants or escape sequence charactersavailable in c?
What does void main () mean?
Why we use conio h in c?
What are the salient features of c languages?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
int i=10; printf("%d %d %d", i, i=20, i);
What is graph in c?
Can you write the function prototype, definition and mention the other requirements.
What is a built-in function in C?