1. 50. Out of one's mind

Answer: To be mad or crazy

Reply

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

Comments

Show Similar Question And Answers
QA->Who exhorted the world famous dictum "One caste, One religion, One clan, One world, One God"?....
QA->50. Out of one's mind....
QA->“One caste, One religion and One God for man of the same blood and form, there is no difference animals of the same caste alone procreate Viewed thus all humanity belong to one caste”- In which book of Sree Narayana Guru these words can be seen?....
QA->A word given in Capital Letters is followed by four answer words. Out of these only one can be formed by using the letters of the given words. Find out that word— ENVIRONMENT....
QA->A word given in capital letters is followed by four words. Out of these only one cannot be formed by using the letters of the given word. Find out that word— REVOLUTIONARY....
MCQ->Statement: The address of the Principal to the students, "Dear students, if you want a healthy mind, listen to music." Assumptions: Normally students like to follow good advice. It is desirable to develop a healthy mind. It is the duty of the Principal to advise the students.

...
MCQ->S1: All the land was covered by the ocean. P : The leading god fought the monster, killed it and chopped its body in to two halves. Q : A terrible monster prevented the gods from separating the land from the water. R : The god made the sky out of the upper part of the body and ornamented it with stars. S : The god created the earth from the lower part, grew plants on it and populated it with animals. S6: The god moulded the first people out of clay according to his own image and mind. The Proper sequence should be:...
MCQ->Match the following phrases/idioms given in column A with their meanings in Column B and select the correct answer from the codes given below: Column A Column B a.Mess around 1.punish b.Mete something out 2.waste time c.Mill around 3.beware of danger d.Mind out 4.people get together very close...
MCQ->import java.io.; public class MyProgram { public static void main(String args[]) { FileOutputStream out = null; try { out = new FileOutputStream("test.txt"); out.write(122); } catch(IOException io) { System.out.println("IO Error."); } finally { out.close(); } } } and given that all methods of class FileOutputStream, including close(), throw an IOException, which of these is true?...
MCQ->System.out.print("Start "); try { System.out.print("Hello world"); throw new FileNotFoundException(); } System.out.print(" Catch Here "); / Line 7 / catch(EOFException e) { System.out.print("End of file exception"); } catch(FileNotFoundException e) { System.out.print("File not found"); } and given that EOFException and FileNotFoundException are both subclasses of IOException, and further assuming this block of code is placed into a class, which statement is most true concerning this code?...
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 | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution