1) If there is one class template which has one static member variable that static variable will belong to a) Every instance of class template will
Latest Answer: 1) If there is one class template which has one static member variable that static variable will belong to
Answer : a) Every instance of class template will share the same copy of static variable.
Every class instantiated from a template class ...