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
string_ptr_to_fct_param
gcc compiler code for delay
18BCE2182 ASSESS_1 Q2-1
14th Dec Project1 v0.5
prime or not
tst1.c
base
e
strend
Multiple If statements v1