Easy
What needs to be changed in this code to make the compilation work?
struct Table
{
char[100] = name;
double width;
double length;
double heigth;
}
Author: KahinaStatus: PublishedQuestion passed 102 times
Edit