Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
If Statement/ Decrement practice
#include <stdio.h> int main() { int x = 2, y = 0; scanf("%d\n", &y); int z = (++y) ? y == 1 && x : 0; printf("x=%d, y=%d, z=%d\n", x,y,z); return 0; }
run
|
edit
|
history
|
help
0
A_141125_MenorMayor2
18BCE2182 ASSESS_2 Q2
ej 2 c3
union behaviour when const obj created
1.3 Max threads
tarea1
more_than_one_break_in_loop
Stub Program for Problem 6 HW 2
método de ordenamiento insertion sort
C - printf precision modifiers