Static member is accessible to class object.I was under the impression that static members can't be accessed via class objects. RESOLVED..!!
Static member is accessible to class object.The below mentioned code looks strange to me. [code] template <long I> struct Fibo { static c...