Fehlermeldung: SiebenSegment.c:39: error: expected identifier or '(' before '[' token

Code Z.39:

Code:
    const char[] Bitcodes = { 
    0b01000100, 
    0b01111101, 
    0b10100100, 
    0b00110100, 
    0b00011101, 
    0b00010110, 
    0b00000110, 
    0b01111100, 
    0b00000100, 
    0b00010100
}
Leider klappts noch nicht so richtig ;-<


mfG
Philip