Question
Given below are sentences with an error in each. The
error is in one part of the sentence. Below each sentence are given the options containing the parts of the sentences. Choose the option which contains the error. Earlier Israeli Prime Minister Benjamin Netanyahu declared that Israel's intense bombardment of Gaza marked only the initial phase of the country's response to a Hamas offense that had claimed the lives of 1,300 individuals.Solution
‘offense’ should be replaced with ‘offensive’. Offense is described as annoyance or resentment brought about by a perceived insult to or disregard for oneself. There is no requirement of ‘offense’. ‘Offensive’ when used a noun means ‘an attacking military campaign’. Hence ‘offensive’ is correct.
In Python, which method is used to convert a string to lowercase?
In Java, which method is called when an object is garbage collected?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which of the following is correct for a single-line comment in C++?
Which of the following systems is typically designed to support managerial decision-making? Â Â Â Â Â Â
Which of the following algorithms is commonly used in Machine Learning for clustering tasks?   Â
Which of the following is used to handle exceptions in Java?
Which of the following is true about Java interfaces?
Which of the following algorithms is used for finding Minimum Spanning Tree?
Which of the following is used to declare a list in Python?