Question
In the following questions, one part of the sentence may
have an error. Find out which part of the sentence has an error and choose the option corresponding to it. If the sentence is free from error, choose “No error”. Of the two players, (A) / Ramesh is (B) / the most talented. (C) / No error (D)Solution
When comparing two people or things, we use the comparative form, not the superlative. The correct phrase should be: "Ramesh is more talented" (without "the most").
Which data structure is used for implementing recursive function calls?
Which of the following is substring of “IXAMBEE”?
Which of the following algorithms is best suited for finding the shortest path in a weighted graph where some edges may have negative weights but no neg...
In a binary tree, if the number of leaf nodes is L, what is the number of nodes with two children?
Which of the following is true about the time complexity of Merge Sort?
Which of the following is a critical concern for securing critical infrastructure?
Which of the following is true for a min-heap?
Which of the following algorithms uses a greedy approach?
In a Min-Heap, the root node is:
Which algorithm uses a “divide and conquer” strategy?