MCQ Single Best Answer Moderate

Qনিচের কোনটি void function?

ID: #24930 SEMESTER – I - COMS - Unit – 3: Section 5: Introduction to C: User defined functions 1 views
Question Info
#24930Q 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 int sum()
  • B float sum()
  • C void display()
  • D char sum()
Correct Answer: Option C

Explanation

void function কোনো value return করে না।

void display() মানে output শুধু display করবে, return করবে না।

Share This Question

Challenge a friend or share with your study group.