C Program to print the message without using semicolon Posted by Shrinidhi Katti Get link Facebook X Pinterest Email Other Apps #include<stdio.h> int main() { if(printf("Printing a message without using semicolon\n")) { } } Output: Comments
Comments
Post a Comment