I want to declare a pointer to a constant int variable ,pointing to a constant memory location. What is the syntax?

  1. const int* ptr

  2. const* int ptr

  3. There is no such declaration like that

  4. const int* const ptr


Correct Option: D

Find more quizzes: