Question from the Language C - Fundamentals test

Fix the compilation error in this C code.

Medium

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 63 times
Edit
0
Community Evaluations
developer avatar
Incorrect answer
Pierre-Yves Pompée
22/03/2024
Le faite de mettre une majuscule a Table ne va pas créer d'erreur de compilation...