Can the last case of a switch statement skip including the break?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

14yrs exp Math Computers Science English Hindi Teaching. Improvement In Scores Guaranteed Fee REFUND

Last case if a switch should be DEFAULT.. Good to have this case always. Executed only when there's no other matching cases found.
Comments

Thank You for the question Sanjeev, Yes you can skip break in the last switch statement but it is recommended to use break in each and every switch case even though that will be the last statement. Thank You, Team DishaaPro www.dishaapro.com
Comments

Even though the last case of a switch statement does not require a break statement at the end, you should add break statements to all cases of the switch statement, including the last case. You should do so primarily because your program has a strong chance of being maintained by someone other than you...
read more
Even though the last case of a switch statement does not require a break statement at the end, you should add break statements to all cases of the switch statement, including the last case. You should do so primarily because your program has a strong chance of being maintained by someone other than you who might add cases but neglect to notice that the last case has no break statement. This oversight would cause what would formerly be the last case statement to "fall through" to the new statements added to the bottom of the switch statement. Putting a break after each case statement would prevent this possible mishap and make your program more "bulletproof." Besides, most of today's optimizing compilers will optimize out the last break, so there will be no performance degradation if you add it. read less
Comments

http://everythingonc.blogspot.in/2009/05/i5-can-last-case-of-switch-statement.html
Comments

Math Guide

Yes , it can be skipped using a break statement. In fact programmer should use break statement in every case of a switch statement to make the program more strong.
Comments

Self taught programmer

yes, it can... because when you not write the default statement, compiler automatically goes out of the switch case statement... and nothing is wrong with that
Comments

Experienced faculty in C with data structures and C++ with Data Structures,Linux Admin with Advance linux concepts

Yes we can do it
Comments

Diploma Engineering Tutor

In switch case we have to mention break statement in every case. In default case also. If your choice match with your case , it performs the executable statement and break the loop.
Comments

Professional Trainer:: Hadoop Big Data, DevOps, Perl, Python

yes; you can have the habit of using break; though for last statement its optional.
Comments

Software Professional Trainer with 26+ years of Experience in Software Design and Development

Yes. Break only to break the particular case. If break is not used in particular case, it will execute from the matching case to end of the switch case. Last case is always last match, hence after executing the last case, control end switch case automatically.
Comments

View 17 more Answers

Related Questions

What purpose does \n have in C programming?
is used for new line. It prints the output in New or next line
Nasar
0 0
9
What is the difference between text and binary modes?
FILE WHEN SAVED IN TEXT MODE ON HARD DISK IS READABLE BUT WHEN SAVED IN BINARY MODE IS NOT READABLE IT IS SAVED IN BINARY FORMAT
Raj
How do I write code in C programming that will invert a string like "Welcome to programming" to “gnimmargorp ot emocleW”?
void main() { char msg = "Welcome to Programming"; char str; int i = 0, j = 0; clrscr(); while (msg != '\0') { if (msg != ' ') { str = msg; j++; ...
Mukul
What is a stream?
Transferring data from one location to another location...
Nilam
How much this course?
instead of checking the fee, its good to find a tutor with genuine experience & interest to teach....
Subramani

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

C Program-Vowels and Consonants
/*WAP to print the character entered by user is a vowel or consonant*/ //Header files #include<stdio.h>#include<conio.h> //Main functionvoid main(){ char c; //Function for clearing screen...

Pro learners tip for C language
First get the concept of algorithm before heading to write your first program.

Why do pointers have a datatype?
Before we start with pointers you must know what is a variable and a datatype. int a; This is the basic line in every program in 'C' . It means that we are asking the compiler to give us 2 bytes of space...

Array vs Linked List
Array Linked List Accessing element is easy. Accessing element is difficult compare to Array. Easy to use. Difficult to use. Memory is Fixed size. Memory is variable size. If...

Internet of Things, Social Media Becoming Part of E-Discovery Landscape
The days when e-discovery consisted of handing over copies of e-mails to address Freedom of Information Act (FOIA) requests, compliance regulations or other legal obligations are over. Now, it's just as...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you