ICSE Class 10 Computer Applications
Question 33 of 43
User-Defined Methods — Question 33
Back to all questions 33
Question Question 31
What is the role of void keyword in declaring functions ?
The keyword 'void' signifies that the method doesn't return a value to the calling method.