Computer Science, asked by jyotiprakash42, 9 months ago

which data type does not return any value​

Answers

Answered by anshu9526
0

Answer:

Void Data type does not return any value

Explanation:

The data type void actually refers to an object that does not have a value of any type. We have already seen examples of its use when we have defined functions that return no value, i.e. functions which only print a message and have no value to return. Such a function is used for its side effect and not for its value

Hope it helps u :)

Similar questions