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
bitwise manipulation using another function
la profe
Sizeof void
WAP in C to convert decimal to binary
Sunday assignment late v3
Example array of struct print
3-D array sum and search
data types and printf
C_141106_Divisores
Iterated sums