STL (140)
OOPS (873)
C++ General (2409)
Write a recursive program to calculate factorial in c++.
Why interface is used?
Differentiate between a constructor and a destructor in c++.
Which format specifier is used for printing a pointer value?
What is the main purpose of c++?
What is endl c++?
What is endianness?
Explain about Virtual Function in C++?
What are virtual constructors/destructors?
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
How to access a variable of the structure?
Explain the differences between private, public and protected and give examples.
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
How would you call C functions from C++ and vice versa?
What is linked list in c++?