Question
Directions: In each of the questions, a sentence has
been divided into four parts, one of which may contain an error. Identify that fragment and mark it as your answer. Mark (E) if the sentence contains no error. Neither of the candidates (A)/ has the necessary (B)/ qualifications for the job, (C)/ does they? (D)/ No error (E)Solution
"Do" is used to form a question with a plural subject.
Which of the following is true about MergeSort?
Which of the following is used to handle exceptions in Java?
In C++, which operator is used to access a member function through a pointer to an object?
Which C operator is used to access a value at a memory address stored in a pointer?
- Which network device operates at the Data Link Layer of the OSI model and helps to filter and forward data between LAN segments?
In C, which function is used to dynamically allocate memory?
Which of the following sorting algorithms is stable?
Which C++ feature allows functions or operators to have the same name but behave differently?
Which algorithm is used to find the shortest path from a single source in graphs with negative weights?
 What is the output of the following code: x = 5; y = 2; print(x ** y)?