Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
If Statements/Increments V1
#include <stdio.h> void main() { int myVar; printf("enter a value:\n"); scanf("%d", &myVar); if (myVar--) printf("True--\n\n"); if (myVar++) printf("False--\n\n"); } //THE DECREMENT AFTER THE VARIABLE DOES NOT AFFECT THE IF CONDITION IF AFTER //
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Project 5 v.06
prime numbers min>max
PointerFunct
lab8part2final
c union bytes affected
Calculating longs v0.5 finish b next lab
ayudantia ejercicio 2 numero nashee
CremovePointFun
PRACTICE 1
Array Sum
Please log in to post a comment.