1. Which of the following operator is overloaded for object cout?





Write Comment

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

Comments

Tags
Show Similar Question And Answers
QA->In Object Oriented Software Design, which of the following is not true?....
QA->Largest mobile operator in India:....
QA->A byte addressable computer has memory capacity of 4096 KB and can perform 64 operations. An instruction involving 3 memory operands and one operator needs:....
QA->Who was the founder of monthly periodical called “The Co-operator”?....
QA->Operator flood refers to:....
MCQ-> Questions are based on a set of conditions. In answering some of the questions, it may be useful to draw a rough diagram. Choose the response that most accurately and completely answers each question. A BPO has assigned duty to nine operators - Abdulla, Ballal, Chandan, Dogra, Eshita, Falguni, Ganguli, Henri and Indra - on Monday, January 05, 2009 from 00:00 hours. Each operator commences duty at any of the following hours: 00:00 hrs, 04:00 hrs, 08:00 hrs, 12:00 hrs, 16:00 hrs and 20:00 hrs. At any point in time, at least one operator is required, to take clients' calls. Each operator works continuously for eight hours. All operators located at any single location start work simultaneously. The operators took training in five different colleges -Abhiman College, Sutanama College, Gutakal College, Barala College and Khatanama College. These colleges are located in the cities Jamshedpur, Pune, Noida, Hyderabad and Mangalore, not necessarily in that order. The operators operate from the cities where their respective colleges are located. Indra operates alone from a city other than Mangalore and Jamshedpur. Operator(s) trained in Abhiman College will start working at 12:00 hrs. Only Dogra and Falguni operate from Pune, but they are not trained in Gutakal College. Three of the operators took training from Sutanama College, and they operate from Noida. The operator(s) from Jamshedpur will start working at 0:00 hrs. Abdulla and Henri operate together as a two member team from a single location. They do not operate from Mangalore. No operator(s) will join at 20:00 hrs. Ballal, who alone operates from his location, was not trained in Barala College, and will commence his duty four hours after the operator(s) trained in Gutakal College. The operator(s) trained in Barala College operate from Hyderabad. The number of operator(s) trained in Khatanama College is same as the number of operator(s) trained in Barala College.Which of the following statements must be true?
 ....
MCQ->A person standing on the ground at point A saw an object at point B on the ground at a distance of 600 meters. The object started flying towards him at an angle of 30° with the ground. The person saw the object for the second time at point C flying at 30° angle with him. At point C, the object changed direction and continued flying upwards. The person saw the object for the third time when the object was directly above him. The object was flying at a constant speed of 10 kmph. Find the angle at which the object was flying after the person saw it for the second time. You may use additional statement(s) if required. Statement I: After changing direction the object took 3 more minutes than it had taken before. Statement II: After changing direction the object travelled an additional 200√3 meters. Which of the following is the correct option?....
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; }....
MCQ->Which of the following statements are correct about the Bitwise & operator used in C#.NET? The & operator can be used to Invert a bit. The & operator can be used to put ON a bit. The & operator can be used to put OFF a bit. The & operator can be used to check whether a bit is ON. The & operator can be used to check whether a bit is OFF.....
MCQ->Which of the following statements are correct? All operators in C#.NET can be overloaded. We can use the new modifier to modify a nested type if the nested type is hiding another type. In case of operator overloading all parameters must be of the different type than the class or struct that declares the operator. Method overloading is used to create several methods with the same name that performs similar tasks on similar data types. Operator overloading permits the use of symbols to represent computations for a type.....
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