0
Whats wrong this code?
#include <iostream> using namespace std; int main() { cout << "Hello world \n"! cout << " I love programming" ; return 0; }
2 Respostas
+ 1
explain this code please
#include <iostream> using namespace std; int main() { cout << "Hello world \n"! cout << " I love programming" ; return 0; }