what is the syntax of switch case construct in c++?
Answers
Answered by
2
# include<iostream.h>
# include<conio.h>
void main ( )
{
clrscr( );
int ch;
switch (ch)
{
...
...
....
}
getche();
}
# 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?
Similar questions
English,
7 months ago
Chemistry,
7 months ago
Social Sciences,
1 year ago
Math,
1 year ago
Psychology,
1 year ago