Q:

run program without main method using macro

#include<stdio.h>  
#define start main  
void start() 
{  
   printf("Hello, World!!!");  
}  
1

New to Communities?

Join the community