STL (140)
OOPS (873)
C++ General (2409) Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
1065Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
1071Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
1044
How does com provide language transparency?
What is the use of bit fields in structure declaration?
What are c++ storage classes?
How do you save a c++ program?
Are there any special rules about inlining?
Is c++ platform dependent?
What is vector string in c++?
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
What is #include iomanip?
Tell me what are static member functions?
Is c++ free?
What's the value of the expression 5["abxdef"]?
List different attributes in C++?
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 the protected keyword used for?