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 is a pointer in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Between macros and functions,which is better to use and why?
What are the different types of constants?
What is preprocessor with example?
Explain what are the different data types in c?
What is structure in c definition?
What is c++ used for today?
Do you have any idea how to compare array with pointer in c?
What is a pointer on a pointer in c programming language?
When should a type cast be used?
What is the argument of a function in c?
Write a program to implement queue.
What is the purpose of clrscr () printf () and getch ()?
What do you mean by scope of a variable in c?