Every called functions must contain a return statement.
Answers
Answered by
0
Answer:
False.
Explanation:
You can have a function for displaying something without returning nothing( that is void)
void printHello() {
printf("hello") ;
}
Answered by
0
Answer:
yes it's TRUE help in the clarifications of an answer err given
Similar questions