MCPcopy Create free account
hub / github.com/ShiqiYu/CPP / Student

Class Student

week05/examples/newdelete.cpp:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected