+ 3
A C PROGRAM to print " hello world " without using semicolon
3 Respostas
+ 4
#include<studio.h>
int main() {
if(printf("HEllo world")) {}
return 0;
}
It will work
+ 3
thanks
+ 2
@Ayush
I fixed your errors and here's the complete working code.
https://code.sololearn.com/cMOSFvsuisH5/?ref=app