1. A person interested in reading books and nothing else





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->A person who tells the future and interprets character by reading the lines and configuration on the palm....
QA->A student bought 4 books for Rs.120 from one bookshop and 6 books for Rs.150 from another. The average price he paid per book was....
QA->In a certain code language, `253` means `books are old` `546` means `man is old` and `378` means `boy good books`. What stands for `are` in that code?....
QA->The program that monitors users activity on internet and transmit that information in background to somewhere else is termed as....
QA->Rigveda is divided into 10 books. Which books are the oldest?....
MCQ->A person interested in reading books and nothing else....
MCQ->In a library 40% books are in English. Out of 40% of the remaining books are in Hindi and the remaining books are in Oriya. If 4800 books are in Hindi, then what is the total number of books on library....
MCQ->Statements: To cultivate interest in reading, the school has made it compulsory from June this year for each student to read two books per week and submit a weekly report on the books. Conclusions: Interest in reading can be created by force. Some students will eventually develop interest in reading.

....
MCQ->Which of the following statements are correct about an if-else statements in a C-program? 1: Every if-else statement can be replaced by an equivalent statements using   ?: operators 2: Nested if-else statements are allowed. 3: Multiple statements in an if block are allowed. 4: Multiple statements in an else block are allowed.....
MCQ->What will be the output of the following program? #include<iostream.h> class Number { int Num; public: Number(int x = 0) { Num = x; } void Display(void) { cout<< Num; } void Modify(); }; void Number::Modify() { int Dec; Dec = Num % 13; Num = Num / 13; if(Num > 0 ) Modify() ; if(Dec == 10) cout<< "A" ; else if(Dec == 11) cout<< "B" ; else if(Dec == 12) cout<< "C" ; else if(Dec == 13) cout<< "D" ; else cout<< Dec ; } int main() { Number objNum(130); objNum.Modify(); return 0; }....
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