1.

What is the significance of void in function return type?

Answer»

A function that does not return a value is declared and defined as void.



Discussion

No Comment Found