0
Can we Print message without using ;
Can we Print message without using semicolon in c++
2 Antworten
+ 6
#include <iostream>
int main()
{
while (std::cout << "Hello" << std::endl){}
}
+ 1
in javascript only out of these you can but then before putting another statement you wlhave to change line