Multiple Choice Easy

Qনিচের কোনটি Function Pointer Declaration?

ID: #25251 SEMESTER – I - COMS - Unit – 3: Section 6: Introduction to C: Pointers 6 views
Question Info
#25251Q 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 (*ptr)();
  • B int *ptr();
  • C (*int)ptr();
  • D function *ptr;
Correct Answer

Explanation

এটি Function Pointer-এর সঠিক Syntax।

Share This Question

Challenge a friend or share with your study group.