plese anyone can tell me about storage classes and their use in progg. >>>>>>
dhingra 0 Unverified User
Recommended Answers
Jump to PostStorage classes specify where an object is stored, its visibility (linkage) and how long it exists (storage duration).
There are three forms of linkage (summarizing):
- external: The object is visible across the entire program.
- internal: The object is visible only to a single file.
- none: Basically a "super …
Jump to Post>There are basically three types of storage classes.
You listed four.>1)Atomic Storage
Atomic? Yeah, you need to read up on the definition of that word. :icon_rolleyes: The correct term is "automatic", which sounds similar but doesn't mean the same thing.>Static: Life time is within program and …
All 6 Replies
Narue 5,707 Bad Cop Team Colleague
Dave Sinkula commented: A good reference page. +17
Salem commented: Very nicely put. +23
cutedipti 0 Light Poster
Narue 5,707 Bad Cop Team Colleague
Aia 1,977 Nearly a Posting Maven
Narue 5,707 Bad Cop Team Colleague
salil_ag 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.