Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
which is better "switch" or "if-else"
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jaspreet, post: 2414078"] Hi It depends on the the conditions. If you just have int or char constants as the value of the expression then switch statement is concise and easy to read. However if you have comples values and/or multiple ranges then if condition is better. If you give us an example of your problem then possibly someone could tell you which is betetr to use. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
which is better "switch" or "if-else"
Top