![]() |
How can a person write a program without using main function in C language? |
[Edit] |
[Edit]
Answer
Write a progrmme in c with out using a main function.
#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")
}
First answer by ID1456758152. Last edit by Sampath990. Contributor trust: 0 [recommend contributor]. Question popularity: 8 [recommend question]




