STL (140)
OOPS (873)
C++ General (2409) Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 1361
How are virtual functions implemented in c++?
What is a stack c++?
Write a program to find the reverse Fibonacci series starting from N.
Explain deep copy?
Why do we use setw in c++?
What are the advantages of pointers?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is a storage class? Mention the storage classes in c++.
Is c++ still being used?
What is an example of genetic polymorphism?
Define token in c++.
Can we get the value of ios format flags?
Can we define function inside main in c++?
Why do while loop is used?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass