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
1
Square pyramid
fgets and basic string manipulation
C_141105_PuntosTriangulo
Project 3 part 2 Book v10.2
If Statement/ Decrement practice
la wea afortunada
gets.c
co_4
First program.c
WHY_?