Q. Identify the type of variables. Code: typedef char* CHAR; CHAR a,b; (A) char (B) char* (C) CHAR (D) CHAR* ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) char*