✏️ Explanatory Question

Write a program to print

👁 1,056 Views
📘 Detailed Answer
💡

Answer with Explanation


#include<stdio.h>      
void main(){      
 if(printf("hello world")){} // It prints the ?hello world? on the screen.  
}