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