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
Programação em C, testes
FunPointTeleBook
18BCE2182 ASSESS_1 Q1-9
Assignment 4 v3
2
Example of scanf and basic integer manipulation - with function call
multiplication
sort_using_pointers.c
funciones matrices
ele709 lab 3.2