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 / amala v
anywhere in the program
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can I split up a string into whitespace-separated fields?
Are the expressions * ptr ++ and ++ * ptr same?
Explain low-order bytes.
What is a 'null pointer assignment' error?
What is variable declaration and definition in c?
What is difference between function overloading and operator overloading?
What is the difference between char array and char pointer?
What is advantage of pointer in c?
How do you determine a file’s attributes?
number of times a digit is present in a number
What is the value of uninitialized variable in c?
What is dynamic variable in c?
What is the purpose of void in c?
What is define c?
What is the heap?