Find output of the following program
#include <stdio.h>
#include<conio.h>
void main()
{
char ch;
int i;
ch = 'G';
i = ch-'A';
printf("%d", i);
}
(B) 6
(A) 5
(C) 7
(D) 8
Answers
Answered by
1
Answer:
B Option
6 is the answer mark as Brainliest
give heart
Similar questions
English,
2 months ago
Political Science,
2 months ago
History,
2 months ago
Social Sciences,
5 months ago
Geography,
5 months ago
Social Sciences,
11 months ago