A man leaves office daily at 7:00 pm. A driver with car comes from his home to pick him from office and bring back home. One day he gets free at 5:30 and instead of waiting for driver he starts walking towards home.In the way he meets the car and return home on car. He reaches home 20 min earlier than usual.in how much time does the man reach home usually... ? GIVE THE STEPS PLZ...
3 9597Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 9061What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;
4 9084Post New Lehman Brothers Interview Questions
Explain how do you validate the controls in an asp .net page?
How to make a picture of a background image of a web page?
what is vtg limit of earth and neutral at transformer side?
Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.
What is binary search in c++?
Define different types of roof systems?
What are the different ajax action tags? What does each do?
Name different types of bots.
Should I use br tag?
Where not exists in sql?
Will chkdsk repair corrupt files?
Expand cell line HL-60.
How to achieve Polymorphism in VB.Net?
What is UDP (User Datagram Protocol)?
Why we use cli in codeigniter?