Introducing interesting programs for you
#include main( ) { if (printf("HELLO")) { } }
#include<stdio.h> main( ) { switch (printf("HELLO")) { } }
#include<stdio.h> main( ) { while (!printf("HELLO")) { } }
No comments:
Post a Comment