Question
Which of the following other boxes are placed in a
stack where T is placed? Study the following information carefully and answer the below questions. There are certain numbers of boxes which are placed in three stacks – stack 1, stack 2 and stack 3 from West to East. At least two boxes are placed in each stack. Each stack has seven shelves in such a way that the lowermost shelf is numbered 1, the shelf immediately above lowermost shelf is numbered 2 and so on... No two boxes are placed in the same stack in same shelf. Five shelves are between box Q and box U but not placed in the same stack. Box T and U are not placed in same stack. Box T is placed in stack 1. Box P is placed south east of box V and west of box W. Box V is not placed at top most position. Box X is placed two places above box W in same stack. Box Q is in north east direction of Box R. Two shelves are placed between S and P. Box S is placed east of box U. Box T is placed at even number position. More than Two known boxes are placed in left most stack. Box R is placed three shelves above box T.Solution
Box R is placed three shelves above box T. Box T is placed at even number position. Box T is placed in stack 1. Box Q is in north east direction of Box R.
Two shelves are placed between S and P. Box P is placed south east of box V and west of box W. Box V is not placed at top most position.
Box X is placed two places above box W has same stack. More than Two known boxes are placed in left most stack. So case-2a-1 and case2a-2 is not valid. So final is case-1b
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?