Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
FUNTION3
//gcc 5.4.0 #include <stdio.h> int sum(int a,int b); int sum(int a, int b){ // formal perameters or a and b are temparary variables return a+b; } void main() { int a=20,b=10,total=0; printf("\n Before int sum(a,b) function"); total=sum(a,b); // a and b are the actual parameters printf("\n sum is %d",total); printf("\n After int sum(a,b) function"); }
run
|
edit
|
history
|
help
0
1.c
18BCE2182 ASSESS_1 Q2-2
holiwis
18BCE2182 ASSESS_1 Q2-3
signaling NaN test
2.1.2 Sum of all the elements in a one dimensional array A using reduction.
Bit
Project 5 v.03
tremendo codigaso ayudantia
time conversion1