Answer to Question #37478 in C++ for daniyal

Question #37478
give the output of the following program
#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+= ;
}
cout <<ch<<"*\n";
}
cout <<ch<<"*\n";
}
0
Expert's answer

Answer in progress...

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS