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 / sudipta panja
(d)--execution starts from main,i.e. compiler starts
compiling from main but the posn of main is not fixed.it can
be anywhere.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are variables c?
Explain how do you determine a file’s attributes?
What is the stack in c?
What is the difference between array_name and &array_name?
What is variable and explain rules to declare variable in c?
Why c is procedure oriented?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Explain about block scope in c?
How do I swap bytes?
Why doesnt that code work?
what are bit fields? What is the use of bit fields in a structure declaration?
What is hash table in c?
What is hashing in c language?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is signed and unsigned?