Example
Example
#include<stdio.h>
#define start main
void start() {
printf("Hello");
}
Output:
C provides direct access to memory and system resources. Learn how C Program Without Main Function leverages this power in the lesson below.
#include<stdio.h>
#define start main
void start() {
printf("Hello");
}
Output: