Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
FUNTION 2
//gcc 5.4.0 #include <stdio.h> void sum(int a, int b){ // formal perameters or a and b are temparary variables printf("\n sum is %d",(a+b)); } void main() { int a=20,b=10; printf("\n Before sum(a,b) function"); sum(a,b); // a and b are the actual parameters printf("\n After sum(a,b) function"); }
run
|
edit
|
history
|
help
0
FILE_Access
2.1.2 Sum of all the elements in a one dimensional array A using reduction.
bitmask2
PREGUNTA 3 FICHERO
22nd HW Switchv0.3
18BCE2182 MIDTERM QUES-2
Michael Bean's Spring 2017 Lab 3 v1
C_141210_esMayor
Lab 9 v0.5
Don't ignore warnings