with out using main how to execute the program?

Answer Posted / pradeep

It is not a c program if it is not using main function.
Compiler starts execution from main function always.

Is This Answer Correct ?    18 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Wt are the Buses in C Language

2753


Not all reserved words are written in lowercase. TRUE or FALSE?

724


Why string is used in c?

586


What is malloc and calloc?

578


Explain how do you list a file’s date and time?

621






Is exit(status) truly equivalent to returning the same status from main?

589


what is different between auto and local static? why should we use local static?

648


What is the time and space complexities of merge sort and when is it preferred over quick sort?

678


What are the various types of control structures in programming?

631


What are the different types of endless loops?

626


Explain what is the difference between far and near ?

655


What is pass by reference in functions?

327


What is the difference between the local variable and global variable in c?

535


Explain what are reserved words?

638


pierrot's divisor program using c or c++ code

1734