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 / arava krishnaveni
any where in the program
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can you check to see whether a symbol is defined?
What happens if you free a pointer twice?
Add Two Numbers Without Using the Addition Operator
What’s the special use of UNIONS?
What is the purpose of void pointer?
What is the difference between typedef struct and struct?
What does emoji p mean?
Is array a primitive data type in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Is c procedural or functional?
Why does everyone say not to use scanf? What should I use instead?
What is console in c language?
What is the heap in c?
Is return a keyword in c?
Array is an lvalue or not?