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
When would you use a pointer to a function?
Explain how do you use a pointer to a function?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Explain the use of #pragma exit?
Can a variable be both constant and volatile?
What is meant by preprocessor in c?
How do I read the arrow keys? What about function keys?
What is the meaning of 2d in c?
Write a program to print “hello world” without using semicolon?
What is scanf () in c?
Explain what are the different data types in c?
string reverse using recursion
What is calloc()?
How is a structure member accessed?
What are lookup tables in c?