In the following question, select the related words from the given alternatives.
Stupid : Dumb :: Awful : ?Stupid is the synonyms of Dumb.
Similarly,
Awful is the synonym of Horrible.
Hence, correct answer is ‘Horrible’.In the following question, select the related words from the given alternatives.
Stupid : Dumb :: Awful : ?Stupid is the synonyms of Dumb.
Similarly,
Awful is the synonym of Horrible.
Hence, correct answer is ‘Horrible’.No discussions yet. Be the first to start!
You must be logged in to participate in the discussion.
login Login to DiscussConcept:
Here the logic is the methods which consumes water:
Explanation:
Kneading:
Swimming also need water to do so.
Washing clothes is also a process that consumes.
While combing hair, no need of water.
Determine the output of following C code segment:
int add (int a, int b=12)
{
return a + b;
}
main()
{
int c;
c = add (10, 20);
printf("c = %d", c);
}
int add (int a, int b=12) // formal argument
{
return a + b;
}
main()
{
int c;
c = add (10, 20);
printf("c = %d", c);
}
In this Program Add function is following the call by value mechanism so that value cannot be called outside the function So the answer will be a+b = 10+ 20 = 30
Therefore Option B is correct
All are divisible by 10 except 25.
Hence, “25” does not belong to the group.In the following question below are given some statements followed by some conclusions based on those statements. Taking the given statements to be true even if they seem to be at variance from commonly known facts. Read all the conclusions and then decide which of the given conclusion logically follows the given statements.
Statements:
I. Some Car are Ciaz.
II. All Ciaz are Maruti.
Conclusions:
I. Some Car are Maruti.
II. No Ciaz is a Maruti.
Least possible diagram is:

I. Some car are Maruti. → True
II. No Ciaz is a Maruti. → False
Hence, only conclusion I follows.Concept:
Explanation: