Differentiate between C and C++.
what is the use of templates?
What is implicit pointer in c++?
What is std::move?
Live example for static function?
What do you mean by vtable and vptr in c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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 smart pointer & use of the smart pointer ???
Write about the retrieval of n number of objects during the process of delete[]p?
What is setfill c++?
Can malloc be used in c++?
What is static class data?