MCQ Single Best Answer Easy

QPointer to Structure Declare করার Syntax কোনটি?

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

Explanation

Structure Pointer Declare করতে Structure Name ব্যবহার করতে হয়।

Share This Question

Challenge a friend or share with your study group.