Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
FUNTION4
//gcc 5.4.0 #include <stdio.h> int sum(); int sum(){ // formal perameters or a and b are temparary variables int a=20,b=10,total=0; total=a+b; return total; } void main() { int total=0; printf("\n Before int sum() function"); total=sum(); // a and b are the actual parameters printf("\n sum is %d",total); printf("\n After int sum() function"); }
run
|
edit
|
history
|
help
1
Perfect number
709 lab 3.2
ptr_tp_ptr
C_141126_ArrayMayorMenor01
22nd HW Switchv1.0
función malloc()
pllkkj
upper case letter.c
150108_recursividadFactorial
thermal_containers