Describe about storage allocation and scope of global, extern, static, local and register variables?
No Answer is Posted For this Question
Be the First to Post Answer
What does flush do c++?
What is a singleton class c++?
What is the default access level?
Is java made in c++?
What's the best free c++ profiler for windows?
Explain the static storage classes in c++.
Keyword mean in declaration?
Why is c++ called oops?
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
What are the extraction and insertion operators in c++? Explain with examples.
Do you need a main function in c++?
What is public, protected, private in c++?