Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Bool datatype Operation for GCC
//Bool mode for GNU C //gcc 7.4.0 //QubCIA #include <stdio.h> #include <stdbool.h> int main(void) { bool mode1 = true; bool mode2 = false; printf("Bool Mode1 = %d\n", mode1); printf("Bool Mode2 = %d\n", mode2); return 0; }
run
|
edit
|
history
|
help
0
MatrixMul_shortxshort
Check EOF Value
PRACTICE 1
Goodone for understanding array passing
A_141211_mayor
24-June-2015
Lab 7 blackjack v1.0
more_than_one_break_in_loop
fgets and basic string manipulation
summing long int