What will be the output of the following program?
#includestdio.hint main(){ char *str; str = "%d\n"; str++; str++; printf(str-2, 300); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login