

InterviewSolution
Saved Bookmarks
1. |
What does the keyword void represent |
Answer» Keyword void represent that function we are using is not returning any value this help compiler to understand that the user is not using any value and not returning any value | |