मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता ११

Write the syntax and purpose of the switch statement. - Computer Science

Advertisements
Advertisements

प्रश्न

Write the syntax and purpose of the switch statement.

टीपा लिहा

उत्तर

The syntax of the switch statement is:

switch(expression)
{
case constant 1:
statement(s);
break;
case constant 2:
statement(s);
break;
.
.
.
.
default:
statement(s);
}

Purpose of switch statement:

The switch statement is a multi-way branch statement. It provides an easy way to dispatch execution to different parts of code based on the value of the expression.

shaalaa.com
Selection Statements
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 10: Flow of Control - Evaluation - Section - C [पृष्ठ १७८]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 11 TN Board
पाठ 10 Flow of Control
Evaluation - Section - C | Q 4. | पृष्ठ १७८
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×