MCQ Single Best Answer Easy

Qনিচের কোনটি Pointer Declaration-এর সঠিক উদাহরণ?

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

Explanation

int *p; একটি Integer Pointer Declare করে।

Share This Question

Challenge a friend or share with your study group.