Multiple Choice Easy

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

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

Select All That Apply

Tick every correct option, then press Check Answer.

  • A x-এর Address
  • B p-এর Address
  • C 10
  • D Error
Correct Answer

Explanation

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

Share This Question

Challenge a friend or share with your study group.