Saved Bookmarks
| 1. |
The void type is used for(A) Returning the value(B) creating generic pointers(C) Creating functions(D) Avoid error |
|
Answer» Correct option -(B) creating generic pointers Explanation:- The void type is used to create generic pointers. |
|