Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ foo2
Function
foo2
week06/examples/param-pointer.cpp:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
11
int foo2(int * p)
12
{
13
(*p) += 10;
14
return *p;
15
}
16
17
int main()
18
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected