how to execute with out main in cprogram

Answer Posted / gaurav

At most websites i read that no c prg. can be without main
but this was surprising
i never thought it could be done with such twist
good one

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why does everyone say not to use scanf? What should I use instead?

668


what is recursion in C

601


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

734


What are the features of c languages?

613


What is auto keyword in c?

778






How many keywords (reserve words) are in c?

603


How do you declare a variable that will hold string values?

657


What is the use of putchar function?

639


When should structures be passed by values or by references?

566


How to find a missed value, if you want to store 100 values in a 99 sized array?

801


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

721


Explain the process of converting a Tree into a Binary Tree.

2084


What is hashing in c language?

596


What is the benefit of using const for declaring constants?

574


What is page thrashing?

639