answersLogoWhite

0

Ends the case statement. Without it, any code after where the break; is supposed to be will get executed as well until it does encounter a break; or the end of the switch.

Code Example:

char cTest = 'a';

switch(cTest) {

case 'a':

/* Code here gets executed. */

case 'b': /

/* Code here gets executed. */

case 'c':

/* Code here gets executed. */

break;

case 'd':

/* Code here won't be executed. */

default:

/* Code here won't be executed. */

}

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

The default base is always required in the switch selection structure?

yes,true


The default base is always required in switch selection structure true or false?

False. The Default section of a switch case section is not mandatory. the programmer can choose to have it if he wants to implement a default functionality in cases where none of the cases match the conditions.


The default base is always required in the switch selection structure true or false?

False. The Default section of a switch case section is not mandatory. the programmer can choose to have it if he wants to implement a default functionality in cases where none of the cases match the conditions.


What is the use of Default statement in switch case?

C++ Provides a multiple branch selection called as switch. This selection statement succesively test against a list of integer or character constants. When a match is found the statements associate with constants are executed. When no match is found default statement is used.


What are the types of data entry fields in GFEBS?

Required, Optional, Default, Conditional, and Selection


What are the five types of data entry fields in GFEBS?

Required, Optional, Default, Conditional, and Selection


What are five types of data entry fields in gfebs?

Required, Optional, Default, Conditional, and Selection


What optional statement can be used in a case structure to execute statements when all other conditions are false?

default : <statement>; i.e. switch (value) { case 1 : do_this(); break; case 2 : do_that(); break; default : do_whatever(); }


What does default mean in switch statement?

Default clause in switch statement used to indicate that the desired option is not available with the switch case statement. it is similar to else statement of if statement which is used when the condition does not satisfy.


How can you specify someone as your default approver?

When I select that person as an approver, select the Set Selection as Your Default Approver check box


How can specify someone as your default approver?

When I select that person as an approver, select the Set Selection as Your Default Approver check box


How do you get to the item selection on minecraft?

The default control to open your inventory is the E key