C LANGUAGE PROGRAMS
C Programme to Print Without Semi colon
1. #include "conio.h"
2. #include "stdio.h"
3. void main()
4. {
5. if(printf("hello")&&getch())
6. }
Newer Post
Older Post
Home