The following question has an underlined word followed by four answer choices you will choose the word that is necessary part of the underlined word.
HoneyFlower is necessary for the production of Honey.
Hence, ‘Flower’ is the correct answer.The following question has an underlined word followed by four answer choices you will choose the word that is necessary part of the underlined word.
HoneyFlower is necessary for the production of Honey.
Hence, ‘Flower’ is the correct answer.No discussions yet. Be the first to start!
You must be logged in to participate in the discussion.
login Login to DiscussWhat is the output of the below given code?
int y = 9;
y += y+3;
printf("%d",y);+ = → is an assignment operator
y+ = y+3
y = y + (y + 3)
y = 9 + (9 + 3)
y = 21
Note:
Assignment operator associativity is right to leftPurushottam Lal Sukhadia, father of former Rajasthan Chief Minister Mohan Lal Sukhadia, was associated with which sport?
The correct answer is Cricket.
Key Points
Additional Information
The relation is:
1) Sports : Ground → Sports are organised in ground.
2) Rubber : Eraser → Rubber is used to erase writings on paper.
3) Cinema : Screen → Cinema is shown on screen
4) Drama : Stage → Drama is played on stage.
Hence, Rubber : Eraser is the correct answer.
The correct answer is Lead and Tin.
Key Points
Additional Information
If × means +, ÷ means -, + means × and - means ÷, then what will be the value of the following expression?
40 × 20 ÷ 28 - 4 + 2

Given: 40 × 20 ÷ 28 - 4 + 2
The logic follows here is:
|
Symbols |
× |
÷ |
+ |
- |
|
Meaning |
+ |
- |
× |
÷ |
By inserting codes and then using BODMAS Rule:
40 + 20 - 28 ÷ 4 × 2
= 40 + 20 - 7 × 2
= 40 + 20 - 14
= 60 - 14
= 46
Hence, 46 is the correct answer.