What are the general quetions are in DEna bank manager
IT/System interviews?
No Answer is Posted For this Question
Be the First to Post Answer
Implement a 2 dimensional array by one dimentional array
"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,
Describe run-time type identification?
What is binary object model?
List the types of polymorphism in c++?
What are the different operators in C++?
Differentiate between late binding and early binding. What are the advantages of early binding?
What are multiple inheritances (virtual inheritance)?
Explain the isa and hasa class relationships.
What is boyce codd normal form in c++?
Explain overriding.
If a function doesn’t return a value, how do you declare the function?