A pointer is able to point only ______ data type at specific time.

Options
- One
- Two
- three
- four


CORRECT ANSWER : One

Discussion Board
C++ - Pointers

Pointer is able to point only one data type at specific times such as int, float, char and so on. The data type is followed by an asterisk (*) symbol, which distinguishes a pointer variable from other variables to the compiler.

Prajakta Pandit 01-27-2017 04:50 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement