Question:C program to print hello world without using semicolon 

Answer 
#include<stdio.h>
void main(){
    if(printf("Hello world")){
    }
}
Sample Output: Hello world 

+ Report
Total Preview: 499
C program to print hello world without using semicolon
Copyright © 2024. Powered by Intellect Software Ltd