c right bit shift
// 5: 0...0101
int a = 5;
//shift int a 2 bits
int n = (a >> 2);
Also in C:
- switch statement in c
- how can i remove a specific item from an array
- c fork wait for child
- android is not recognized
- diamond dataset in r
- how to globally initlailize a struct
- c waitpid
- clear local changes in git
- factorial of a given number in c
- check if string starts with c
- 233 pounds to inr
- wireshark tls client hello filter
- fopen c
- c check if char is an operator
- how to make services in linux
- arduino keypad wait for key
- C %d
- ordenar un vector
- fread
- how to find the nth row of pascal's triangle in c
- Mosquitto MQTT client arguments
- long commands makes terminal lag after modifying PS1
- run a command in cmd with c
- c allocate array