STL (140)
OOPS (873)
C++ General (2409) What are signs of manipulation?
Explain what are the sizes and ranges of the basic c++ data types?
What is abstraction c++?
What do nonglobal variables default to a) auto b) register c) static
How we can differentiate between a pre and post increment operators during overloading?
What apps are written in c++?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is stl in c++ with example?
What do you mean by global variables?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What Is Polymorphism in C++ ?
What is iterator c++?
What is a dangling pointer in c++?
Tell me can a pure virtual function have an implementation?