Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / valli
just compile as
cc -nostartfiles main.c
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of c language?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Why #include is used in c language?
Explain what is meant by 'bit masking'?
Explain a pre-processor and its advantages.
Are the variables argc and argv are always local to main?
What is variable in c example?
How are portions of a program disabled in demo versions?
What is a lookup table in c?
What is the general form of function in c?
What is calloc()?
What is #include conio h?
What is the heap in c?
How can I read in an object file and jump to locations in it?
What is pointer to pointer in c with example?