Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / adesh
#define adesh(x,y) y##x
int adesh(in,ma) (void)
{
;
}
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is the difference between struct and typedef struct in c?
How main function is called in c?
What is array of structure in c programming?
How do you define structure?
What is union and structure in c?
what value is returned to operating system after program execution?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Why is void main used?
What is array in c with example?
What is the use of header files?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Write a Program to accept different goods with the number, price and date of purchase and display them
What are the features of c languages?
What are the primitive data types in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none