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
Spring 2017 Project 2 v1.2
PRÁCTICA DE QUICKSORT
20171127_ARRAY_PRIMOS
bitwise manipulation
C_141113_euclides
Rotación matriz anti horaria
Text to ASCII (top)
Lab 9 v0.6
150115_PrimoDelFactorial
Max2