Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / rupali yadav
no
| Is This Answer Correct ? | 5 Yes | 21 No |
Post New Answer View All Answers
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is the purpose of 'register' keyword?
What is pass by reference in c?
What does char * * argv mean in c?
What does c in a circle mean?
Which is best linux os?
Explain what is the difference between functions abs() and fabs()?
Is there a way to compare two structure variables?
Explain union.
What is the heap?
Describe static function with its usage?
Can 'this' pointer by used in the constructor?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Not all reserved words are written in lowercase. TRUE or FALSE?