Is it possible to run a c program without using main?If yes
HOW??
Answer Posted / rajiv kumar koiri
#include<stdio.h>
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)
int begin()
{
printf("Hello");
}
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Give the rules for variable declaration?
What does %d do in c?
what is recursion in C
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is a nested formula?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is f'n in math?
How can I discover how many arguments a function was actually called with?
What is difference between structure and union in c?
Write a program of prime number using recursion.
How can you invoke another program from within a C program?
What are the restrictions of a modulus operator?
What is spaghetti programming?
How can you read a directory in a C program?
Explain what is the benefit of using enum to declare a constant?