run program without main method using macro

Solutions on MaxInterview for run program without main method using macro by the best coders in the world

showing results for - "run program without main method using macro"
Emilie
10 Jan 2018
1#include<stdio.h>  
2#define start main  
3void start() 
4{  
5   printf("Hello, World!!!");  
6}  
7
queries leading to this page
how to run c program without main functionno main in c program what errorc file without maincode without int maincode without int main in c 2b 2bhow to write a program without main function in ccan we write a program without main 28 29 in cif we do not write main in a program waht errorwhat error occur if no main in programcan you execute a program without the main function 3fis it possible to run program without main 28 29 function in ccompile c file without maincan a c program without functioncan a c program compiled and ececuted without mainrun program without main method using macrocan we write c program without mainwrite any program without using main function in cif we dont write main 28 29 in a program then what kind of erroecompile c without mainif we dont write main 28 29 in a programwill the program written in any language run without a main functionmain 28 29 7b 7d run in c or not 3fcan a c program exist without main functioncan program compile without main function 3f main without using main keyword in cif we dont write main in cpp programcan a c program compiled and executed without maincan program run without main in ccompile a c program without mainprogram without main function in ccan a c program without any functionrun c program without mainhow to compile c program without main functiondoes c program run only main functionhow to make cpp to run something instead of maincan you have a c file with no main functioncan we use main function without using void in c languagerun program without main method using macro