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
What is a node in c?
What is return type in c?
Why functions are used in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What are actual arguments?
why return type of main is not necessary in linux
Is there a built-in function in C that can be used for sorting data?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Explain what is the benefit of using const for declaring constants?
What kind of structure is a house?
Can a variable be both const and volatile?
What do you mean by dynamic memory allocation in c?
Is stack a keyword in c?
What is a stream water?
What is the difference between typedef and #define?