Answer Posted / vaibhav
no because every c prog. can compile from main function.
but when we write a code for creating a header file, we
cant use main function.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is optimization in c?
Why dont c comments nest?
Should a function contain a return statement if it does not return a value?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is typedef example?
Why doesnt the call scanf work?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is f'n in math?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Write a program to print factorial of given number using recursion?
simple program of graphics and their output display
Is main a keyword in c?
Between macros and functions,which is better to use and why?
What is difference between structure and union in c?