Multiple Choice Easy

QVoid Pointer Declare করার Syntax কোনটি?

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

Explanation

void *p; একটি Generic Pointer Declaration।

Share This Question

Challenge a friend or share with your study group.