Call main function in main function
#include "stdio.h" #include "conio.h" void display(); void main() { printf("NOMAN"); display(); getch(); } void display() { printf("Rehan"); main(); }
there is some good c ,java, sql and vb6 programs,Windows tricks, sms shorthand etc
#include "stdio.h" #include "conio.h" void display(); void main() { printf("NOMAN"); display(); getch(); } void display() { printf("Rehan"); main(); }