switch case c
#include <stdio.h>
int main(void)
{
int a = 0;
switch(a)
{
case 1 :
statement("a = 1");
break;
case 2 :
printf("a = 2");
break;
default :
printf("a is neither 1 or 2");
break;
}
}switch (expression) {
case constant1:
// statements
break;
case constant2:
// statements
break;
default:
// default statements
}int i;
switch (i){
case 1:
//The Proccess you want to be executed
break;
case 2:
//The Proccess you want to be executed
break;
default:
break;
}switch (n)
{
case 1: // code to be executed if n = 1;
break;
case 2: // code to be executed if n = 2;
break;
default: // code to be executed if n doesn't match any cases
}switch( expression )
{
case value-1:
Block-1;
Break;
case value-2:
Block-2;
Break;
case value-n:
Block-n;
Break;
default:
Block-1;
Break;
}
Statement-x; switch(expression) {
case constant-expression :
statement(s);
break; /* optional */
case constant-expression :
statement(s);
break; /* optional */
/* you can have any number of case statements */
default : /* Optional */
statement(s);
}
Also in C:
- vector aleatorio sin repetir
- counter program in c language
- struct Node** head_ref
- how to make services in linux
- switch case c
- long commands makes terminal lag after modifying PS1
- c null define
- 32bit or 64bit
- jsdocs returns
- c program hide console window
- how to find the nth row of pascal's triangle in c
- get range of values in mongodb
- int to float c
- android is not recognized
- sleep in c programming
- clear local changes in git
- arduino keypad wait for key
- two bytes to int c
- c \b
- c calloc
- oneplus nord
- bash: apt-add-repository: command not found
- linux kernel write()
- ecole de chien d'aveugles paris