MCPcopy 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

3using namespace std;
4
5struct Student
6{
7 char name[4];
8 int born;
9 bool male;
10};
11
12int main()
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected