Multiple Choice Easy

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

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

Explanation

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

Share This Question

Challenge a friend or share with your study group.