Question
The code “oth” represents which of the following
word? Answer the questions based on the information given below. In a certain code of language, ‘maximum which retail price’ is written as ‘wsx pkt aqw klt’ ‘which by inclusive price’ is written as ‘nbv zxc aqw pkt’ ‘taxes flavoured by which’ is written as ‘aqw nbv kvd oth’ ‘directed retail taxes syrup’ is written as ‘rgs wsx kvd ucn’Solution
Maximum – klt Which – aqw Retail – wsx Price – pkt By – nbv Inclusive – zxc Taxes – kvd Flavoured – oth Directed/syrup – ucn/rgs
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?