Run Code
|
API
|
Code Wall
|
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
Sunday assignment calculator
2.3 Comparision with Matrix Multiplication Execution Time
swap two numbers without arithematic operators
Card shuffling and dealing program using structures
void *
abc
la wea afortunada
B_141128_MatricesSuma
C_141113_euclides
Lab 7 blackjack v0.1