Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ Student1
Class
Student1
week04/examples/structpadding.cpp:4–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
using namespace std;
3
4
struct Student1{
5
int id;
6
bool male;
7
char label;
8
float weight;
9
};
10
11
struct Student2{
12
int id;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected