Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ func
Method
func
base_code/sizeof.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
};
15
16
void A::func() {
17
cout <<
"This is a function.\n"
;
18
}
19
20
int main() {
21
cout << A::c << endl;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected