Saved Bookmarks
| 1. |
What does the keyword ‘void’ represent? |
|
Answer» The data type ‘void’ has no values and no operations means it is empty. It plays a role of generic data type and can represent any of the other standard types. |
|