MCQ Single Best Answer Easy

QPointer to Pointer Declare করার সঠিক Syntax কোনটি?

ID: #25226 SEMESTER – I - COMS - Unit – 3: Section 6: Introduction to C: Pointers 2 views
Question Info
#25226Q 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 int **p;
  • B int p;
  • C **int p;
  • D int p**;
Correct Answer: Option A

Explanation

Double Pointer Declare করতে ** ব্যবহার করা হয়।

Share This Question

Challenge a friend or share with your study group.