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
0
Answer:
The output is Abcdefghijklmn
PLZ MARK AS BRAINLIEST
Similar questions
English,
5 months ago
Math,
5 months ago
Math,
5 months ago
Biology,
10 months ago
Computer Science,
1 year ago