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