What does const struct mean? Is it different from struct?
const struct
struct
Const means you cannot edit the field of the structure after the declaration and initialization and you can retrieve the data form the structure