Monday, 21 July 2014

How To Print Something In C Without Semicolon

#include<stdio.h>
#include<conio.h>
main()
      {
        if(printf("\n\tHello Programmer"))
        getch();
      }

No comments:

Post a Comment