MCQ Single Best Answer Easy

QPointer to Constant কী?

ID: #25271 SEMESTER – I - COMS - Unit – 3: Section 6: Introduction to C: Pointers 0 views
Question Info
#25271Q ID
EasyDifficulty
SEMESTER – I - COMS - Unit – 3: Section 6: Introduction to C: PointersTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A const int *ptr;
  • B int *const ptr;
  • C const *ptr;
  • D pointer const;
Correct Answer: Option A

Explanation

Pointer Data পরিবর্তন করতে পারে না।

Share This Question

Challenge a friend or share with your study group.