Identify the correct way of declaring an object of user defined template class A for char type members? (A) A< char > obj; (B) A obj: (C) A obj; (D) Obj A;â–ºCorrect Option Correct Option is: C