C Program without using main() Function

# include
# include
# define pop(u,v,w,x,y,z) w ## z ## v ## x
# define demofun pop(s,i,m,n,t,a)

int demofun()
{
printf("I run without Main...");
}

No comments:

Post a Comment