STL (140)
OOPS (873)
C++ General (2409)
what is a pragma in C++?
How the keyword struct is different from the keyword class in c++?
Define vptr.
Why do we use double in c++?
Is java as fast as c++?
What are the various arithmetic operators in c++?
Is c++ the most powerful language?
What is #include sstream?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is c++ runtime?
What is overriding vs overloading?
What is array in c++ example?
What are arrays c++?
Tell me an example where stacks are useful?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.