MCQ Single Best Answer Easy

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

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

Explanation

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

Share This Question

Challenge a friend or share with your study group.