Question from the Language C - Fundamentals test

Fix the compilation error in this C code.

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 111 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!