Home » c++ codes » Switch Statement Switch Statement Unknown 15:46 c++ codes Syntax of switch statement: switch (expression) { case valueOne: statement; break; case valueTwo: statement; break;...... ...... ...... ...... ...... case valueN: statement; break; default: statement; } Flow Diagram: Share: Facebook Twitter Google+ StumbleUpon Digg Delicious LinkedIn Reddit Technorati
0 comments:
Post a Comment
Thanks For Your FeedBack....
Click to see the code!
To insert emoticon you must added at least one space before the code.