Transcription: A statement that assigns a type to an identifier is a declaration. A statement that also creates an object is a definition. In C++, many declarations are also definitions. Of these three statements, only the declaration of the struct Employee is not also a definition.