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
Why is C language being considered a middle level language?
What are global variables?
What is variable and explain rules to declare variable in c?
What is linear search?
What does the c in ctime mean?
What is spaghetti programming?
What is a global variable in c?
What does int main () mean?
Is array a primitive data type in c?
Are comments included during the compilation stage and placed in the EXE file as well?
How can you determine the size of an allocated portion of memory?
What are static variables in c?
What is function prototype in c language?
Explain how do you determine the length of a string value that was stored in a variable?
How can I implement sets or arrays of bits?