What is output of follwoing int main() { int a=000; cout << "R4R:"; cout << a; return 0; }
Reveal answer
Fill a bubble to check yourself
What is output of follwoing int main() { int a=000; cout << "R4R:"; cout << a; return 0; }