Question
In the following number-pairs, the second number is
obtained by applying certain mathematical operations to the first number. Which numbers should replace X and Y so that the pattern followed by the two numbers on the left side of :: is the same as that on the right side of ::? (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits. E.g. 13-Operations on 13 such as adding/subtracting/multiplying etc. to 13 can be performed. Breaking down 13 into 1 and 3 and then performing mathematical operations on 1 and 3 is not allowed.) X : 346 :: 9 : YSolution
The correct answer is C
Mention any two indirect measures of product.
The dynamic memory allocation is the memory allocation done at the _________.
What is the purpose of the `
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
Which one of the following is an application of Stack Data Structure?
An ADT defines:
Which of the following is an open-source SQL query engine for analyzing data stored in Hadoop clusters?
Which clause is used to filter rows in the result set based on a specific condition in SQL?
In the Entity-Relationship (ER) model, what does an entity represent?
In the context of ADTs, what does "encapsulation" refer to?