Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ main
Function
main
week04/examples/structpadding.cpp:18–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
};
17
18
int main()
19
{
20
cout <<
"Size of Student1: "
<< sizeof(Student1) << endl;
21
cout <<
"Size of Student2: "
<< sizeof(Student2) << endl;
22
return 0;
23
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected