Computer Science, asked by debjoym, 11 months ago

what is the syntax of switch case construct in c++?

Answers

Answered by ridhima8S
2
# include<iostream.h>
# include<conio.h>
void main ( )
{
clrscr( );
int ch;
switch (ch)
{
...
...
....
}
getche();
}

debjoym: i wanted the syntax. your answer is not appropriate.don't you know the meaning of syntax?
debjoym: what you have written is not at all a 'syntax' ,it is simply a format.
Similar questions