InterviewSolution
Saved Bookmarks
| 1. |
Which function's return type is boolean value |
|
Answer» Answer: Bool Functions. The name of this function is isSingleDigit. It is common to give boolean functions names that SOUND like yes/no questions. The return type is bool, which means that EVERY return statement has to provide a bool EXPRESSION. |
|