1.

Identify the type of the variables.
typedef char* CHAR;
CHAR a,b;

A. char
B. CHAR
C. char*
D. typedef
E. unknown
Answer» D. typedef


Discussion

No Comment Found