+ 1
Print without using semi-colon.
How to print any value without using semi-colon ?
3 Antworten
+ 2
#include <iostream>
using namespace std;
int main() {
int i=1;
while(i>(printf("hello")))
return 0;
}
0
Hope this helps you
How to print any value without using semi-colon ?