Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
Project 4 v.1
Test2
Area of the Cone
e
Lab 9 v0.9
2.1 Comparision of Matrix Transpose Execution Time
pointer example 3
bit wise operation
Bool datatype Operation for GCC
Card shuffling and dealing program using structures