Run Code
|
API
|
Code Wall
|
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
lab17feb22x4B.cpp
simple use of namespace
Guess Number
pow implementation
xyp
Вариант универсального указателя.
Weighted Average
MyStringv2
Interest Compounding
Replace substring poor