How many times will the print statement be executed?
#include iostreamusing namespace std;main(){ int i = 0; label: cout"Interviewbit "; i++; if(i 3){ goto label; }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login