Question
A, B, C, D , E and F are sitting around a circular table
facing the center. Who sits in front of C? I.A sits second to the right of F, who is second to the right of C, who is not the neighbour of B. II. B is second to the left of D, who is third of the left of F. C is not the neighbour of D. Each of the following questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give the answer.Solution
From I.
Thus B sits in front of C. From II.
Thus either A or E sits in front of C. Hence, only statement I is sufficient to answer the question.
In Java, which keyword is used to prevent a class from being inherited?
In C, which function is used to release dynamically allocated memory?
Consider a table Orders with columns OrderID, CustomerID, OrderDate, and TotalAmount. Which SQL query would correctly find the total number of orders an...
- Which of the following is the primary benefit of Big Data analytics in decision-making?
Which of the following sorting algorithms is stable?
In C++, which operator is used to access a member function through a pointer to an object?
Which C++ feature allows functions or operators to have the same name but behave differently?
Which Java keyword is used to inherit a class?
Which of the following is used to declare a list in Python?
In C++, which access specifier allows members to be accessible only within the class?