Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
use_of_bool_in_loop
//gcc 5.4.0 #include <stdio.h> #include <stdbool.h> int a, c=0; bool b=2; int main(void) { switch(b) { case 0 : a=0;break; case 1 : a=1;break; case 2 : a=2;break; default : a=255;break; break; } printf("a=%u", a); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
blue saver go my marshal green
FUNTION 2
C Structs Example
Practica 5 ejercicio beneficio empresa
hwkpractice
14th Dec Project1 v0.5
Arrays
BST
lab 12 v0.1
C(gcc) Local Time and math.h Example
stackse - search stackoverflow differently
Please log in to post a comment.