Home / Questions / Write a program to print
Explanatory Question

Write a program to print

👁 1,056 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation


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