Multiple Choice Moderate

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

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

Select All That Apply

Tick every correct option, then press Check Answer.

  • A int sum()
  • B float sum()
  • C void display()
  • D char sum()
Correct Answer

Explanation

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

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

Share This Question

Challenge a friend or share with your study group.