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 bit fields in c?
Does c have circular shift operators?
What's a good way to check for "close enough" floating-point equality?
Can one function call another?
Explain how can I remove the trailing spaces from a string?
What is the use of printf() and scanf() functions?
How variables are declared in c?
Write a program which returns the first non repetitive character in the string?
What is use of null pointer in c?
What are the benefits of organizational structure?
What is %lu in c?
Why c is known as a mother language?
How is a structure member accessed?
What is getch c?
Explain what standard functions are available to manipulate strings?