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
What is wrong with this declaration?
What are near, far and huge pointers?
What is a ternary operator in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is calloc()?
Explain what are binary trees?
What is extern c used for?
What are the two types of functions in c?
Why is extern used in c?
Can the “if” function be used in comparing strings?
What is a char c?
What is the scope of static variable in c?
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
Where we use clrscr in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34