

InterviewSolution
Saved Bookmarks
1. |
What are importance of void data type? void type has two important purposes: |
Answer» 1. To indicate the function does not return a value. 2. To declare a generic pointer. |
|