Please tell me how is static data member similar to a global variable?

Submitted by: Administrator
The life of a static data member exists between the functions which means that they are resident through out the execution of a program like the global variables.
Submitted by: Administrator

Read Online C++ Template Job Interview Questions And Answers