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
What are conditional operators in C?
Explain high-order bytes.
What are the parts of c program?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
How do you view the path?
Explain what is wrong in this statement?
Explain what is operator promotion?
Are pointers really faster than arrays?
Should I learn c before c++?
What is the difference between #include and #include 'file' ?
what are the 10 different models of writing an addition program in C language?
How can I direct output to the printer?
What standard functions are available to manipulate strings?
What is meant by preprocessor in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.