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
247 views
Question Info
#7182Q ID
EasyDifficulty
Function in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic