Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Tern operators
//gcc 5.4.0 #include <stdio.h> int main (void) { int x; scanf("%d",&x); printf("x is %s\n",(x==0 || x==1)?"binary":"nonbinary"); }
run
|
edit
|
history
|
help
0
Project 3 part 2 Book v0.5
C_141113_Primo01
C - printf precision modifiers
Media de 3 numeros
GCC supports 128-bit integer arithmetic
bitwise operations
Card shuffling and dealing program using structures
strcpy
18BCE2182 ASSESS_1 Q1-9
FUNTION3