A) Only 1 is true
B) Only 2 is true
C) Either 1 or 2 is true
D) Neither 1 nor 2 is true
View Answer
Option – B.
More Questions
Government regulation is intended to
Which results in an increase in power?
Harmful bacteria in drinking water cannot be destroyed by
Group the given figures into three classes using each figure only once.
A committee of 4 people is to be formed from a group of 9 people.How many possible committees can be formed?
Ajay and his wife Reshmi appear in an interview for two vaccancies in the same post. The Probability of Ajay’s selection is 1/7 and that of his wife Reshmi’s selection is 1/5. What is the probability that only one of them will be selected?
What should be replaced in the place of ‘?’ in the following series ? QAR, RAS, SAT, TAU, ?
Adding which substance gives blue colour to glass?
At a dinner party every two guests used a bowl of rice between them, every three guests used a bowl of dal between them and every four used a bowl of meat between them. There were altogether 65 dishes. How many guests were present at the party ?
What will be output of the following c program ? #include int main() { int max-val=100; int min-val=10; int avg-val; avg-val =( max-val + min-val ) / 2; printf( “%d”, avg-val ); return 0; }