MCQOPTIONS
Saved Bookmarks
| 1. |
Read the following expression? |
| A. | p is pointer to function passing void returning int |
| B. | p is pointer to void that converts its type to int |
| C. | p is pointer to function passing int returning void |
| D. | p is pointer to int that converts its type to void |
| E. | None of these |
| Answer» D. p is pointer to int that converts its type to void | |