Home » C++ Programming » Variable Types » Question
  1. Identify the type of the variables.
    typedef char* CHAR;
    CHAR a,b;
    1. char
    2. CHAR
    3. char*
    4. typedef
    5. unknown
Correct Option: C

char*



Your comments will be displayed only after manual approval.