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
19_1_7
Fallo matriz
Spring 2017 Project 2 v1.1
Print Micro Seconds
Taco practice
Is const really const? Yes
C_141113_Primo01
cstructHotel
150115_PrimoDelFactorial
pseudo hw v.05