How will you print “Hello World” without semicolon?

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

  • Aditi
  • 01 अगस्त
  • 3919 दृश्य
  • 1 उत्तर
Your Answer

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

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