The main advantage of using a static member is to declare the global data which shoul

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • satsim2005
    New Member
    • Apr 2015
    • 1

    The main advantage of using a static member is to declare the global data which shoul

    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..
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Using global variables is the gateway to disaster.

    Read this: http://bytes.com/topic/c/insights/73...obal-variables

    Comment

    Working...