1.

What number would be shown on the screen after the following statements of C are executed? char ch; int i; ch = 'G'; i = ch-'A'; printf("%d", i);

A. 5
B. 6
C. 7
D. 8
Answer» C. 7


Discussion

No Comment Found