Print without using semi-colon. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Print without using semi-colon.

How to print any value without using semi-colon ?

10th Feb 2021, 1:45 PM
Sumant kumar
Sumant kumar - avatar
3 Answers
+ 2
#include <iostream> using namespace std; int main() { int i=1; while(i>(printf("hello"))) return 0; }
10th Feb 2021, 1:51 PM
Atul [Inactive]
10th Feb 2021, 4:00 PM
Arsenic
Arsenic - avatar
0
Hope this helps you
10th Feb 2021, 1:51 PM
Atul [Inactive]