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
#include
What are the uses of a pointer?
Explain the array representation of a binary tree in C.
How important is structure in life?
What is the ANSI C Standard?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is main function in c?
What is assignment operator?
How do we open a binary file in Read/Write mode in C?
What is volatile variable in c?
What is a stream?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
List a few unconditional control statement in c.
What is the use of define in c?
What is extern keyword in c?