Question
Below is given a sentence divided in parts.
Read the sentence to find out whether there is any error in it. The error, if any, will be in one part of the sentence. Mark the part with the error as your answer. If there is no error, mark "No Error" as your answer. (Ignore the errors of punctuation, if any).Solution
Replace ‘should’ with ‘would’ . Here Indira Gandhi was making a probable statement that may happen in future; she wasn’t giving a command or a definite statement that this ‘has to’ happen
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...The Master Theorem gives time complexity for recurrences of the form:
Which of the following is true for the time complexity of binary search?
Which is not true about minimum spanning tree?
Which sorting algorithm divides the array into halves recursively?
Which command is TCL command
Which of the following is substring of “IXAMBEE”?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is considered the strongest type of encryption method in modern cyber security practices?
In a binary search tree (BST), what is true about the left child of a node?