Example Example Copy #include<stdio.h> #define start main void start() { printf("Hello"); } Try it Yourself Output: