how to execute with out main in cprogram
Answer Posted / himanshu
ans 13 is not totally right!
you see you have used main straight away.
you aren't supposed to use main any where in the code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the ternary tree?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
How can you determine the size of an allocated portion of memory?
Why header file is used in c?
Is anything faster than c?
How do you determine a file’s attributes?
What does sizeof int return?
Why is sprintf unsafe?
What is build process in c?
Explain how are 16- and 32-bit numbers stored?
how is the examination pattern?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Is it acceptable to declare/define a variable in a c header?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9