What are the uses of static class data?
No Answer is Posted For this Question
Be the First to Post Answer
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
what is the difference between overloading & overriding? give example.
what is smart pointer & use of the smart pointer ???
What is the advantage of c++ over c?
Definition of class?
Why Pointers are not used in C++?
Is it possible to use a new for the reallocation of pointers ?
Explain what is oop?
What are the four partitions in which c++ compiler divides the ram?
Can we define function inside main in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
What is a "Copy Constructor"?