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 / aarti giri
last function in the program
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is scope rule of function in c?
Explain pointer. What are function pointers in C?
How can I do graphics in c?
What is a pointer and how it is initialized?
How to compare array with pointer in c?
What is queue in c?
What is void main () in c?
Why flag is used in c?
How many types of sorting are there in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is sizeof return in c?
Why do we use c for the speed of light?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above