ICSE Class 9 Computer Applications Question 4 of 10

Working with Methods — Question 4

Back to all questions
4
Question

Question 4

What does void signify in the method prototype?

Answer

void in method prototype means that the method does not return any value.