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: 491
C program to print hello world using while loop
Copyright © 2024. Powered by Intellect Software Ltd