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