Computer Science, asked by 22anandkushwaha, 2 months ago

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 PEROPLAYER
1

Answer:

B Option

6 is the answer mark as Brainliest

give heart

Similar questions