Transcription: Const and volatile are type specifiers that you can include in the declaration of objects. Const tells the compiler that you are not going to modify the object directly. Volatile is a suggestion to the compiler that the object will be modified frequently.