answersLogoWhite

0

What is the mean of switch in c language?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

switch is a mechanism provided in the C language through which we can select one among various constant option based on value of a single event.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the mean of switch in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you mean by c language?

C is a programming language.


What is default in switch is C language?

When in the switch none of the case's is true, the code at the default: is executed.


What do you mean by c?

c is a programing language


What is regular grammar of a switch in C programming language?

Perhaps you meant 'switch statement' instead of 'a switch'?Something like this: -> -> switch () -> { } -> (empty) | -> []; -> | -> case: | default: -> | break;


Why C language is p?

C language is not p actually. Of course it might depend on what do you mean by 'p'.


What is the last value of case in switch in c?

I guess you mean 'default'


What is difference between select Case statement and nested loop in c programming in UNIX?

UNIX has no bearing on the C language; it is cross-platform. There is no select/case in C, you probably meant switch/case. However, a switch/case is a conditional jump while a nested loop is a loop within a loop. Besides the C language they have nothing in common with each other.


What is case select in c language?

It is switch-case. Example: switch (opsign) { case '+': . result = a + b; . break; case '-': . result = a - b; . break; ... default: . printf ("opsign=%c unknown\n", opsign); }


What are the colors in C programming language?

What exactly do you mean by colors?


C what does it mean?

Hundred Carbon A vitamin A programming language ...


What is the mean of echoed in c language?

It has nothing to do with C-language, it simply means that when you press a key representing a character, the character appears on the screen.


What do you mean by c taken programming in c?

A C program is a computer program written using the C programming language.