Multiple Choice Easy

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

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

Explanation

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

Share This Question

Challenge a friend or share with your study group.