1. Opposite of outer

Answer: inside

Reply

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->Opposite of outer....
QA->The purpose of circumferential fins constructed on the outer periphery of the break drum is to?....
QA->The line that separates atmosphere and outer space:....
QA->The outer most covering of ovum is called:....
QA->The outer covering of nonmyelinated neurons in brain is :....
MCQ->A sphere with charge Q was placed in, but not touching a larger hollow sphere. If there is any charge initially on the outer sphere; to remove it the outer sphere was earthed momentarily, and then the inner sphere was removed. The charge remaining on the outer sphere was then measured. This charge was found to be __________ to the charge on the inner sphere....
MCQ->public class Outer { public void someOuterMethod() { //Line 5 } public class Inner { } public static void main(String[] argv) { Outer ot = new Outer(); //Line 10 } } Which of the following code fragments inserted, will allow to compile?

...
MCQ->What will be the output of the program? int I = 0; outer: while (true) { I++; inner: for (int j = 0; j < 10; j++) { I += j; if (j == 3) continue inner; break outer; } continue outer; } System.out.println(I);...
MCQ->There are two concentric circles such that the area of the outer circle is four times the area of the inner circle. Let A, B and C be three distinct points on the perimeter of the outer circle such that AB and AC are tangents to the inner circle. If the area of the outer circle is 12 square centimeters then the area (in square centimeters) of the triangle ABC would be...
MCQ-> Study the following information carefully and answer the questions given below : Eight persons — M, N, O, P, Q, R, S and T — are sitting around a circular table at equal distance between each other, but not necessarily in the same order. Some of them are facing the centre while some others are facing outside (i.e., in a direction opposite to the centre) Note : Facing the same direction means if one faces the centre then the other also faces the centre and vice-versa. Facing opposite directions means if one person faces the centre then the other person faces outside and vice-versa. R is sitting second to the right of Q. Only three persons are sitting between R and S. T is sitting second to the right of R. T faces the centre. R and S face opposite directions. P and S face opposite directions. N is sitting second to the left of P. P is not an immediate neighbour of Q. Only one person is sitting between P and O. O is not an immediate neighbour of Q. M is sitting third to the left of T. The immediate neighbours of T face opposite directions. M and R face opposite directions. N faces the same direction as that of O.Which of the following statements is true regarding T according to the given seating arrangement ?
 ...
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions