Transcription: This strange looking statement has the effect of assigning the value 5 to x. Because changeInt returns a reference to its argument, the function can appear on the left side of an assignment operator. When changeInt is called, it returns a reference to x. The value 5 is assigned to this reference.