The main advantage of using a static member is to declare the global data which should be updated while the program lives in memory”. Justify this statement..
The main advantage of using a static member is to declare the global data which shoul
Collapse
X
-
Tags: None
-
Using global variables is the gateway to disaster.
Read this: http://bytes.com/topic/c/insights/73...obal-variables
Comment