MCQ Single Best Answer Moderate

QC ভাষায় function define করার সঠিক অংশ কোনটি?

ID: #24923 SEMESTER – I - COMS - Unit – 3: Section 5: Introduction to C: User defined functions 1 views
Question Info
#24923Q 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 Declaration only
  • B Definition only
  • C Declaration + Definition + Call
  • D Only call
Correct Answer: Option C

Explanation

Function ব্যবহারের জন্য তিনটি ধাপ লাগে: declaration, definition এবং call।

Declaration: function prototype

Definition: function body

Call: function execute করা

কেন C সঠিক: তিনটি ধাপই function ব্যবহারের জন্য প্রয়োজন।

Share This Question

Challenge a friend or share with your study group.