Question
In the given words, if the 3rd and
6th (from the left end) letters are exchanged and same is done with 4th and 9th letters, 5th and 10th letters, then which series would form a meaningful word after rearrangement? I. MEDALTICHO II. MANSIGUETD III. NOLEDRISMASolution
I. MEDALTICHO, after interchanging we get, METHODICAL which is a meaningful word. II. MANSIGUETD, after interchanging we get, MAGTDNUESI, which is not a meaningful word. III. NOLEDRISMA, after interchanging we get, NORMALISED, which is a meaningful word.
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?