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
150116_PrimoFactorial
CreverseInt
C programming example for a Person struct and typedef (from ECE 2534)
Is const really const?
Jan23
Spring 2017 Project 2 v.02
static int account
Hello world!
16-bit signed or unsigned int -> ASCII
CONTADOR DE PALABRAS