#include stdio.hint main() { char a = 'A'; char b = 'B'; int sum = a + b; printf("The sum of %c and %c is %d in decimal form.\n", a, b, sum); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login