Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ApelRefVal
//Title of this code //g++ 4.8.2 #include <iostream> int fun(int a){ a+=2; return a; } void fun1(int b) { b+=2; } int main() { int b[] ={0,1,6}; int a =4,b=4; // fun(a); // printf("%d", c); // fun1(); printf("%d", fun(a)); return 1; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
CheckSymbolBalance
cppPyClassInit
Backtracking_simple
Kth smallest element
Fibonacci
k-tree 431 C
CyclicExpression Checker
boost::shared_ptr<base>& arg
MovConstrAssign
Template
Please log in to post a comment.