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?

  • Aditi
  • 3307 Views
  • 1 Answers
1 Answers
  • #include<stdio.h>br /int main()br /{br /if(printf("helloworld"))br /{br /}br /}


Practice Mock Test
c programming