Question
There have been reports that most of the 300 persons who
were witness to the incident have flee the village to avoid questioning. In each question below, a sentence is given with a part of it printed in bold type. That part may contain a grammatical error. Each sentence is followed by phrases 1), 2), 3) and 4). Find out which phrase should replace the phrase given in bold to correct the error, if there is any, and to make the sentence grammatically meaningful and correct. If the sentence is correct as it is and ‘ No correction is required’ , mark 5) as the answer .Solution
The correct answer is C
Which keyword is used in Java to indicate that a class is inheriting from another class?
Which of the following scenarios is best suited for implementation using a stack data structure?
In R, which function reshapes data from long to wide format?
In OOP, what is an instance of a class called?
Consider the following Java code:
public class LengthMix {
  public static void main(String[] args) {
    int[] numbers...
What is the time complexity of a Binary Search algorithm on a sorted array of 'n' elements?
What does a star schema consist of?
What is the keyword used in Java to indicate that a class is inheriting from another class?
Binary trees are often used to represent hierarchical data. Which of the following is NOT a direct application of binary trees?
Consider the following C code snippet designed to calculate the sum of digits of a non-negative integer:
  #include
  in...