Is a default case necessary in a switch statement?

Asked by Last Modified  

Follow 3
Answer

Please enter your answer

Training Centre

NO, default is optional and you can omit it if there is no use of it.
Comments

Experienced software professional, interested in teaching

It is not mandatory but will work as a safety net to catch all cases that were not caught by any of your conditions.
Comments

I am a teacher.

default in switch is not mandatory. But its good practice to have default in code, in case if you decided default behavior of the logic when above cases doesn't match. As well it is useful, if the value being matched is decided at run time. For e.g. share price, petrol price, temperature etc.. In these...
read more
default in switch is not mandatory. But its good practice to have default in code, in case if you decided default behavior of the logic when above cases doesn't match. As well it is useful, if the value being matched is decided at run time. For e.g. share price, petrol price, temperature etc.. In these cases, its better to have default case, as you can't predict the fixed value in advance while writing program. Hope you understood. You can come back if you still need more clarifications. read less
Comments

Programming Trainer

It's a better practice, not a necessity.
Comments

Oracle, Hindi, C++, C, MS Office, VBScript,JavaScript,Spoken English etc with 32 years of experience

yes
Comments

Technology expert

Yes.If non of the conditions matches with the case ,it has to goto default.
Comments

VKTechnology

no
Comments

Teacher

Yes
Comments

Tuition Teacher

No But for good programming default is put to handle default actions and to catch any unexpected value.
Comments

Tutor

Yes
Comments

View 14 more Answers

Related Questions

How do I execute the Java program?
javac nameofprogram.java java nameofprogram note***:Name of program should be same as that of your class name having main method *** above steps are used to execute programs on command line
Sharmistha
0 0
6
Why does execution of a program in C/C++/Java start from only main?
Main function is calling the other functions of he program and compiler gets this direction while Compiling the code. If it does not find main function then it will also not find the other functions in the code. So, main is required in C program.
Isha
What are the applications of C programming?
Hi Poulami Hope you are doing good. C programming language is a versatile and widely used language that has found applications in various domains. Some of the key applications of C programming include: 1....
Poulomi
0 0
6
How do I learn C++ from the basics?
prepare for header files and write a program and do that it will get devoleped
Priyanka
0 0
6
Who founded the C language? Why?
The C programming language was developed by Dennis Ritchie at Bell Labs in the early 1970s. Ritchie, along with his colleague Ken Thompson, created C as an evolution of the B programming...
Santosini
0 0
7

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

Ask a Question

Related Lessons

Tips of learning Java Language/Other Programming Languages
1.You should know the basic concept: If we talk about programming languages so basic concept are same in all the high level languages. So you should know the basic concept firstly then you can easily understand...
I

ICreative Solution

0 0
0

Storage classes in c
Storage classes determine the scope and life time of a variable. Scope is defined as the region over which the defined variable is accessible. Lifetime is the time during which the value of a variable...

Necessity of Theory and Practical in Computer Science.
Upon studying a subject both theory and practical are important. Usually many schools concentrate more on theory and the marks not on the practical. Other and opposite kind of people prefer practical...

Difference Between C Language and C Program
C Language: C Language is structured, high level and machine independent language. C Program: C Program is the collection of functions that are supported by C library.
S

Shashwat Kumar

0 0
0

Some interview questions for freshers on C language
Q1. What are the two forms of #include? There are two variants of #include. The one is #include and the other one is #include”file”. In general the first form that is #include is used to...

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 >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

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