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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
**pp দ্বারা মূল Variable x-এর মান পাওয়া যায়।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic