Computer Science, asked by aneetta999, 10 months ago


Give the output of the following programs
#include <iostream.h>
#include <conio.h>
void main()
char ch = 'A':
while (ch<'F')
switch(ch)
case 'A':
case 'B':
case 'C': ch++;
default : ch+= 2
cout<<ch<<"*\n":
cout<<ch<<"\n";​

Answers

Answered by VABS2
0

Answer:

The output is Abcdefghijklmn

PLZ MARK AS BRAINLIEST

Similar questions