MCQ Single Best Answer Easy

Qint x=10; int *p=&x; int **pp=&p; হলে **pp এর মান কত?

ID: #25259 SEMESTER – I - COMS - Unit – 3: Section 6: Introduction to C: Pointers 0 views
Question Info
#25259Q 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 x-এর Address
  • B p-এর Address
  • C 10
  • D Error
Correct Answer: Option C

Explanation

**pp দ্বারা মূল Variable x-এর মান পাওয়া যায়।

Share This Question

Challenge a friend or share with your study group.