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 / vishwanath g. desai
d. Any where in the program, because it is a top down
program ok I agree with that, actually the feature wise we
have to write the first but now the compiler agree with the
answer d. While the program execute means it execute the
first main().
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of using macro in c language?
Do string constants represent numerical values?
What is struct node in c?
What is the difference between far and near in c?
Why do we need a structure?
What is the use of c language in real life?
Explain how can a program be made to print the line number where an error occurs?
How can I trap or ignore keyboard interrupts like control-c?
What is table lookup in c?
How can a string be converted to a number?
How can I split up a string into whitespace-separated fields?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Why do we use static in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Why do we use & in c?