MCQ Single Best Answer Easy

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

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

Explanation

Double Pointer Declaration-এ দুটি (*) ব্যবহৃত হয়।

Share This Question

Challenge a friend or share with your study group.