Close sidebar

How will you print “Hello World” without semicolon?

Can we print Hello world without the use of semicolon at the end of printf?

Your Answer

#include<stdio.h>
int main()
{
if(printf("helloworld"))
{
}
}

टिप्पणी
मॉक परीक्षण अभ्यास के लिए
c programming