Update 1st June 26
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const iunt capacity = 50;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
person people[CAPACITY]
|
||||
int size;
|
||||
} stack;
|
||||
Reference in New Issue
Block a user