Box F is kept four boxes above the box with yellow where the box with black is kept exactly in the middle between them. Only two boxes are kept between the box with black and box E which is not kept at the topmost position. As many boxes kept above box E as below the box with Blue which is kept two boxes away from box D. Box G with white is kept at an odd numbered position. Box C is kept immediately above the box with red and two boxes below box B. The box with pink is kept immediately below the box with green. Hence, cases 1 and 3 get eliminated. So final arrangement-
What is false about linked list?
Which of following is /are for strict evaluation?
Which data structure allows efficient insertion and deletion of elements at both ends?
Which component of the CPU is responsible for executing instructions?
What is the primary function of an operating system?
What does the complexity class P refer to?
3NF is best suitable for designing of the database?
Which keyword is used to implement inheritance in most programming languages?
The SI unit for measuring pressure is:
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }