Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

How many strings of 5 digits have the property that the sum of their digits is 7?(A) 66(B) 330(C) 495(D) 99

Answer» None
2.

Given that x = 7.5, j = -1.0, n = 1.0, m = 2.0 the value of – – x + j == x>n> = m is:(A) 0(B) 1(C) 2(D) 3

Answer»
3.

Which of the following, in C++, is inherited in a derived class from base class ?(A) constructor(B) destructor(C) data members(D) virtual methods

Answer»