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
Critical Openmp Example
numerodevecesquerepitedigitoennumero
Project 4 v.1
Area and Volume coding
arrows
B_141107_Factorial
Add sum.c
FahrenheitToCelcius
Bool datatype Operation for GCC
Check EOF Value