Q:

C Program to print hello world without using semi colon

0

C Program to print hello world without using semi colon

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

#include <stdio.h>

int main() 

{

   if(printf("Hello World")) 

   { }

}

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now