C Program : Program without main() function

 #include <stdio.h>

void myStartupFunction(void) __attribute__((constructor)); void myStartupFunction(void) { printf("This is executed before main()\n"); } int main() { printf("Hello, World!\n"); return 0; }

Comments

Popular posts from this blog

Video Formats

Where video editing is used

File saving and folder management