Can we print Hello world without the use of semicolon at the end of printf?
#include<stdio.h>int main(){if(printf("helloworld")){}}