#includestdio.hint check(int);int main(){ int i=48, c; c = check(i); printf("%d\n", c); return 0;}int check(int ch){ if(ch = 45) return 11; else return 10;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login