C++20 sections · 1024 units
Open in CourseQuiz: Variable alias
Variable alias
Check Your Understanding
What is a reference in C++?
- A.A copy of a variable
- B.A constant value
- C.An alias (another name) for an existing variable
- D.A type of pointer
Variable alias
What is a reference in C++?