Question:C program to print hello world using while loop 

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

+ Report
Total Preview: 525
C program to print hello world using while loop
Copyright © 2025. Powered by Intellect Software Ltd