Multiple Choice Easy

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

ID: #25215 SEMESTER – I - COMS - Unit – 3: Section 6: Introduction to C: Pointers 5 views
Question Info
#25215Q 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 20
  • D Error
Correct Answer

Explanation

*p দ্বারা x-এর মান Access করা হয়।

Share This Question

Challenge a friend or share with your study group.