A) Thief
B) Silence
C) Shadow
D) None
View Answer
Option – B.
Similar Questions
What is the output of this C code? #include int main() { int a = 1, b = 1; switch (a) { case a*b: printf(“yes “); case a-b: printf(“non”); break; } }
A bag contains 6 black and 8 white balls. One ball is drawn at random. What is the probability that the ball drawn is white?
Which is a common first indicator of an approaching thunderstorm?
Income taxes are allocated to
Between which one of the following pairs of ports does Panama Canal shorten the distance to the maximum?
Which calendar was used again in the year 1856?
Kaushalya can do a work in 20 days, while kaikeyi can do the same work in 25 days. They started the work jointly.Few days later Sumitra also joined them and thus all of them completed the whole work in 10 days. All of them were paid total Rs.700. What is the Share of Sumitra?
Tides in the sea are caused by………
Artists are generally whimsical. Some of them are frustrated. Frustrated people are prone to be drug addicts. Based on these statements which of the following conclusions is true?
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; }