1. One who cannot die.

Answer: Immortal

Reply

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

Comments

Show Similar Question And Answers
QA->One who cannot die.....
QA->Who exhorted the world famous dictum "One caste, One religion, One clan, One world, One God"?....
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->To die in one's bed....
QA->To die with one's boots on....
MCQ->Which of the following statements are correct about the structure declaration given below? struct Book { private String name; protected int totalpages; public Single price; public void Showdata() { Console.WriteLine(name + " " + totalpages + " " + price); } Book() { name = " "; totalpages = 0; price = 0.0f; } } Book b = new Book(); We cannot declare the access modifier of totalpages as protected. We cannot declare the access modifier of name as private. We cannot define a zero-argument constructor inside a structure. We cannot declare the access modifier of price as public. We can define a Showdata() method inside a structure....
MCQ->For a voltage transfer function H(s), realizable by RLC network, the following statements are made H(s) cannot have a pole at s = 0H(s) cannot have a pole at s = ± j4H(s) cannot have a pole at s = ∞H(s) cannot have a pole at s = + 2 Of these statements...
MCQ->A leading rationalist leader while undertaking fast in the prison wrote to the British Governor, ‘ ‘The individual must die so that the nations may live. Today I must die so that India may win freedom and glory.” Who wrote this statement?...
MCQ->Which of the following are true about classes and struct? A class is a reference type, whereas a struct is a value type. Objects are created using new, whereas structure variables can be created either using new or without using new. A structure variable will always be created slower than an object. A structure variable will die when it goes out of scope. An object will die when it goes out of scope....
MCQ->If all plants of the world die, then all the animals will die due to?...
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