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 / uma
ya its absolutely any where in the program
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is structure in c explain with example?
What is function definition in c?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is class and object in c?
What does c mean before a date?
What does double pointer mean in c?
What is meant by inheritance?
What are the different types of control structures in programming?
How do I read the arrow keys? What about function keys?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is c variable?
What are the similarities between c and c++?
while initialization of array why we use a[][2] why not a[2][]...?
What are structure members?
what is a function method?give example?