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
CremovePointFun
sort_using_pointers.c
Bitwise Operations
sizeof human
example of scanf and basic integer manipulation
C programming example implementing a function to set a specified bit in an int (from ECE 2534)
gets.c
Calculating longs v0.5 finish b next lab
123
120465-11.1-3E