Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ Student
Class
Student
week05/examples/pointer-struct.cpp:5–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
using namespace std;
4
5
struct Student
6
{
7
char name[4];
8
int born;
9
bool male;
10
};
11
12
int main()
13
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected