0
How to print the word without using semicolon of end of the printf line?
I want to print the word hello.. without using semicolon
1 Answer
0
write the printf statement inside the if condition...
if(printf("hello world"))
I want to print the word hello.. without using semicolon