Continue with your mobile number
(e) All the three sentences have correctly used the word BLUNT. In 1, BLUNT is an adjective. It means not having a sharp edge or point. The sentence talks about an instrument which caused the death of a person. In 2, BLUNT is an adjective. It means a person who says things without trying to be polite or considering other people's feelings. The sentence describes the reactions of a woman regarding the décor and it is clear that it was negative. In 3, BLUNTED is a verb. It means to weaken or reduce the force of (something). The sentence talks about bad experience which has quelled the desire for travel. Thus, (e) is the right answer.
Which condition is shown in given picture?
What is the main advantage of Network Attached Storage (NAS) technology?
What is an algorithm?
Which scheduling policy assigns the CPU to a job until it finishes or enters a waiting state?
Which component of the CPU is responsible for executing instructions?
Which data analytics technique is best suited for identifying hidden patterns or relationships in large datasets?
Which data structure follows the "first-in, first-out" (FIFO) principle?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
‘/?’ is used for what in C++
In dynamic programming, what is memoization?