VertitimeX Technologies

C Constants.

A constant in C, is a user given name to a location in the memory, whose value cannot be modified once declared -
    const type Department = 'Maths';