> Online tutorial : print without using semicolon
Showing posts with label print without using semicolon. Show all posts
Showing posts with label print without using semicolon. Show all posts

print without using semicolon

    #include "conio.h"
    #include "stdio.h"
    void main()
    {
    if(printf("hello")&&getch())
    }