# include stdio.hVoid main(){char ch; int i; ch = 'G'; i = ch-'A';printf("%d", i);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login