Answer : Data structures are used to store data in a computer in an organized form…
BMC Software interview questions and answers
70 Articles
70
Answer : Inheritance is one of the key features of Object-oriented programming…
Answer : Query(l, r) : find if the sub-string between the indices l and r….
Answer : Find number of digits in the largest number. Let us assume number of digits be n…
Answer : B. It is used to avoid multiple copies of base class in derived class.