1.

Write the importance of Void data type.

Answer»

Many programming languages need a data type to define the lack of return value to indicate that nothing is being returned. The void data type is typically used in the definition and prototyping of functions to indicate that either nothing is being passed in and/or nothing is being returned.



Discussion

No Comment Found

Related InterviewSolutions