What is a storage class? Mention the storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What is the C-style character string?
Why was c++ made?
What is oop in c++?
What is name hiding in c++?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What are the differences between the function prototype and the function defi-nition?
Do you know what is overriding?
What are the popular tools used to detect memory leaks in c++
Is oops and c++ same?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
Differentiate between an external iterator and an internal iterator?
Does c++ vector allocate memory?