Computer Science, asked by karthikreddy244, 1 year ago

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

Answers

Answered by kiyara4444
1
i think your answer is A options no ............
Answered by nehaelsa14
15

Answer:

I think option C is the correct answer

Similar questions