Computer Science, asked by TbiaSupreme, 1 year ago

What will be the output when following program segment is executed?Choose the correct option from the given options.
char chr='A';
switch (chr)
{
case 'A': printf("A"); break;
case 'B': printf("B"); break;
case ‘C’: printf("C"); break;
}
(a) A
(b) B
(c) C
(d) Error


Anonymous: bhai itne sare question ek saath
Anonymous: tabiyat toh theek hai na

Answers

Answered by nisha2473
6
the right answer is C
Answered by aryan12clasher
1

Answer:

Correct answer is C

Explanation:

Similar questions