C++20 sections · 1024 units
Open in Course

Quiz: Pointer Basics

Pointer syntax

Quiz: Pointer Basics

What does the * symbol mean when declaring int* ptr?

  1. A.ptr is a pointer to an int
  2. B.ptr equals zero
  3. C.Multiplication
  4. D.ptr is an array
Start the roadmap to answer the quizzes and solve the challenges