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
Basic String Compression in C
150112_FuncionesOrdenArray
muuchas funciones utiles
Assignment 8
Test2
18BCE2182 LAB FAT-2-A-i
Find a Node Sibling Test
Max3
18BCE2182 ASSESS_1 Q1-4
FUNCTIONS Shape functions