MCQ Single Best Answer Easy

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

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

Explanation

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

Share This Question

Challenge a friend or share with your study group.