MCQ Single Best Answer Moderate

Qনিচের কোনটি function call এর সঠিক উদাহরণ?

ID: #24924 SEMESTER – I - COMS - Unit – 3: Section 5: Introduction to C: User defined functions 2 views
Question Info
#24924Q ID
ModerateDifficulty
SEMESTER – I - COMS - Unit – 3: Section 5: Introduction to C: User defined functionsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A sum;
  • B sum();
  • C function sum;
  • D call sum
Correct Answer: Option B

Explanation

C ভাষায় function call করার জন্য function name এর পরে () ব্যবহার করা হয়।

sum() মানে function execute করা।

কেন B সঠিক: () ব্যবহার না করলে function call হয় না।

Share This Question

Challenge a friend or share with your study group.