+ 1
How can you print Hello world in c++ without ;
You are not allowed to use terminator along with statement. It was my first interview!!!
4 Answers
+ 1
#include<stdio.h>
int main()
{
if(printf("hello world"))
{}
return 0;
}
+ 2
You can't
0
Aleksandar Velinov no dear we can!!!
0
You use it for "return 0;"...