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


Please Help Members By Posting Answers For Below Questions

What are the 3 types of structures?

572


Is c is a high level language?

621


What is a macro, and explain how do you use it?

628


What is call by value in c?

558


When should a type cast be used?

575






What does a function declared as pascal do differently?

607


What is difference between static and global variable in c?

539


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

717


Explain the advantages and disadvantages of macros.

624


Is flag a keyword in c?

682


how to build a exercise findig min number of e heap with list imlemented?

1612


Discuss the function of conditional operator, size of operator and comma operator with examples.

679


What are c preprocessors?

679


What is structure pointer in c?

571


Can you mix old-style and new-style function syntax?

664