Q:

C PROGRAM TO PRINT HELLO WORLD WITHOUT USING SEMI COLON:

0

C PROGRAM TO PRINT HELLO WORLD WITHOUT USING SEMI COLON:

Below C program will print “Hello World” without using semi colon. This program displays hello world and then returns 11 ( the length of the string “hello world” )

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")) 
 
   { }
 
}

Output:

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