A Collection Of Weird and Interesting C Programs by Balaji
#include "stdio.h"int main(){ int i=43; printf("%d\n",printf("%d",printf("%d",i))); return 0;}
Post a Comment
No comments:
Post a Comment