C++20 sections · 1024 units
Open in CourseQuiz: Pointer Basics
Pointer syntax
Quiz: Pointer Basics
What does the * symbol mean when declaring int* ptr?
- A.ptr is a pointer to an int
- B.ptr equals zero
- C.Multiplication
- D.ptr is an array
Pointer syntax
What does the * symbol mean when declaring int* ptr?