Multiple Choice Easy

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

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

Explanation

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

Share This Question

Challenge a friend or share with your study group.