Q. Identify the type of the variables.
Code:
typedef char* CHAR;
CHAR a,b;
β
Correct Answer: (C)
char*
typedef char* CHAR;
CHAR a,b;
You must be Logged in to update hint/solution