mardi 6 septembre 2016

What is the meaning of a number in brackets after a struct declaration?

I recently encountered text of the form

struct {
    double a, b, c;
}[123];

What exactly does this do? Is this even proper C?

Aucun commentaire:

Enregistrer un commentaire