Question
A study conducted in Australian had shown that plain
packaging accelerated the decline in smoking preveilance and reduced the appeal of tobacco packs. In the following sentence given below, four words have been printed in bold which are numbered (1), (2), (3) and (4). One of these words may be misspelt or inappropriate in the context of the sentence. Find out the wrongly spelt or inappropriate word. The number of that word is the answer. If all the words are correctly spelt and are appropriate, then, the answer is (5), i.e., ‘All are correct’.Solution
Correct word-Prevalence
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?