Computer Science, asked by ranju7011, 8 months ago

Every called functions must contain a return statement.​

Answers

Answered by rkk123
0

Answer:

False.

Explanation:

You can have a function for displaying something without returning nothing( that is void)

void printHello() {

printf("hello") ;

}

Answered by mutakwak0
0

Answer:

yes it's TRUE help in the clarifications of an answer err given

Similar questions