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
Explain friend class?
Which software is used for c++ programming?
Explain what are the sizes and ranges of the basic c++ data types?
Can a program run without main?
Explain working of printf?
What is lambda expression c++?
What is size of a object of following class? class Foo { public: void foo(){} }
How many ways can a variable be initialized into in C++?
Give 2 examples of a code optimization?
What is null pointer and void pointer and what is their use?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
What are the popular tools used to detect memory leaks in c++