Saved Bookmarks
| 1. |
Which data type does not return any value |
|
Answer» 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 :) |
|