1.

What is a void? Give the usage.

Answer»

The data type void has no values and no operations means it is empty. It plays the role of generic data type and can represent any of the other standard types. It is also used in functions which do not return any value.



Discussion

No Comment Found