What is output of follwoing int main() { int a=000; cout << "R4R:"; cout << a; return 0; }
Execution time error
Syntax error
R4R:0
None