Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
1_9
RadixSort
Lp
AVANCE PREGUNTA 10 DE CADENAS
Stub Program for Problem 4 HW 2
ATM
swap_bitwise.c
fibonacci 1
time.c
hello 5
Please log in to post a comment.