What is output of following #include int main() { cout << "R4R" << endl return 0; }
Execution time error
syntax error
R4R
None