What is a down cast?
What do you mean by pure virtual functions in C++? Give an example?
Explain queue. How it can be implemented?
What are different types of polymorphism supported by C++
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
What are libraries in c++?
What does new return if there is insufficient memory to make your new object?
What is oops in c++?
How can we access protected and private members of a class?
What is class and structure in c++?
What is c++ try block?
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
Explain linear search.