

MCQOPTIONS
Saved Bookmarks
1. |
Which is the correct syntax to call a member function using pointer? |
A. | pointer->function() |
B. | pointer.function() |
C. | pointer::function() |
D. | pointer:function() |
Answer» B. pointer.function() | |