1. The first lady super star of Bollywood who passed away recently:




Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The veteran Bollywood actor and screenwriter who passed away on 31st December 2018?....
QA->Name the veteran Bollywood actress who was known for her role in films like Choti si Baat, Rajnigandha etc. who passed away on August 15, 2019?....
QA->Name the India's first woman Director General of Police (DGP) who passed away recently.....
QA->Name the former External Affairs Minister and first women chief minister of Delhi who passed away recently?....
QA->Name the Chief Minister of Goa (also former Defence Minister of India) who passed away recently?....
MCQ->The first lady super star of Bollywood who passed away recently:....
MCQ->What will be the output of the program? class Super { public Integer getLength() { return new Integer(4); } } public class Sub extends Super { public Long getLength() { return new Long(5); } public static void main(String[] args) { Super sooper = new Super(); Sub sub = new Sub(); System.out.println( sooper.getLength().toString() + "," + sub.getLength().toString() ); } }....
MCQ->A star is observed at its western elongation. If the latitude of place of observation is θ, the declination of star is δ, altitude of star at elongation is α, then the hour angle of star is given by....
MCQ->S1: An elderly lady suddenly became blind. P : The doctor called daily and every time he took away some of her furniture he liked. Q : At last she was cured and the doctor demanded his fee. R : She agreed to pay a large fee to the doctor who would cure her S : On being refused, the doctor wanted to know the reason. S6: The lady said that she had not been properly cured because she could not see all his furniture. The Proper sequence should be:....
MCQ->What will be the output of the program? class Super { public int i = 0; public Super(String text) / Line 4 / { i = 1; } } class Sub extends Super { public Sub(String text) { i = 2; } public static void main(String args[]) { Sub sub = new Sub("Hello"); System.out.println(sub.i); } }....
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