Untitled
unknown
plain_text
3 years ago
133 B
9
Indexable
#include <string>
#include <iostream>
using namespace std;
struct Employee
{
};
int main()
{
Employee employees[7];
}
Editor is loading...
#include <string>
#include <iostream>
using namespace std;
struct Employee
{
};
int main()
{
Employee employees[7];
}