MCQ Single Best Answer Easy

QWhich of the following is not a valid data type for function return value in C language?

ID: #7182 Function in C Language 246 views
Question Info
#7182Q ID
EasyDifficulty
Function in C LanguageTopic

Choose the Best Option

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

  • A int
  • B void
  • C float
  • D buit
Correct Answer: Option D

Explanation

Answer: d. buit

Explanation: In C language, a function can return any data type including int, void, float, double, char, pointers, structures, and unions. However, buit is not a valid data type for function return value.

Share This Question

Challenge a friend or share with your study group.