Transcription: If you place the keyword const or volatile before the type, you are specifying that the object that is being pointed to is const or volatile. If you place the keyword const or volatile after the type, you are specifying that the pointer is const or volatile as opposed to the object that is being pointed to.