Question
In which of the following statement the first person
sits exactly between the second and the third person in the following arrangement? I) PXM II) ZKR III) MSP Study the following information carefully and answer the below questions. Eight people P, X, J, K, M, Z, R, and S are seated around the circular table. All the persons are facing towards the table but not necessarily in the same order. P sits three places away from J who sits second to the right of R. Z sits second to the left of X. Neither J nor P is an immediate neighbour of X. The number of persons who sit between K and J is one less than the number of persons who sit between S and M when counted from the right of S and K. K doesn’t sit next to J.Solution
P sits three places away from J who sits second to the right of R.
The number of persons who sit between K and J is one less than the number of persons who sit between S and M when counted from the right of S and K. K doesn’t sit next to J.
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?
In C, which function is used to release dynamically allocated memory?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which Java keyword is used to inherit a class?
In C++, which feature allows hiding the internal details of a class?
- Which of the following is the primary benefit of Big Data analytics in decision-making?
Which of the following is used to declare a list in Python?
In Java, which method is used to start a thread?
Which Python keyword is used to handle exceptions?
In Python, which of the following is immutable?