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: 515
C program to print hello world without using semicolon
Copyright © 2025. Powered by Intellect Software Ltd