STL (140)
OOPS (873)
C++ General (2409) Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
1459How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
981How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
1038
What are c++ templates used for?
What is stream in oop?
What are the various access specifiers in c++?
Can a program run without main?
What is overloading unary operator?
Differentiate between the message and method in c++?
When do we run a shell in the unix system?
Why polymorphism is used in oops?
What Is Polymorphism in C++ ?
What is increment operator in c++?
What happens when the extern "c" char func (char*,waste) executes?
What does scope resolution operator do?
What you know about structures in C++?
How does a copy constructor differs from an overloaded assignment operator?
What do you mean by translation unit in c++?