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 / ram basa
any where in the program
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can you avoid including a header more than once?
Where are local variables stored in c?
Write a C program to count the number of email on text
Are comments included during the compilation stage and placed in the EXE file as well?
Can you tell me how to check whether a linked list is circular?
Why do we need volatile in c?
What does. int *x[](); means ?
Explain how can you restore a redirected standard stream?
What will the preprocessor do for a program?
Can we replace the struct function in tree syntax with a union?
What are the different types of control structures in programming?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Is null a keyword in c?
What is the use of a semicolon (;) at the end of every program statement?
Explain what is the difference between a string and an array?