Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Taco Code
//gcc 5.4.0 #include <stdio.h> int main(void) { int costDrink; int numDrink; int costTaco; int numTaco; costDrink=2; numDrink=4; costTaco=3; numTaco=6; }
run
|
edit
|
history
|
help
0
bit shift and mask
intro coding hello world
Prgm
Collatz(3k+1)
C programming example that implements a modified string length function (from ECE 2534)
C_141113_dividirRestasSucesivas
C code to compare two texts in form of array of chars ignoring the capitalization
FUNTION3
18BCE2182 ASSESS_1 Q1-9
Lab 8 part 2 v.05