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 9526Write 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 9037What 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 9034Post New Lehman Brothers Interview Questions
What advantages does fiber optics have over other media?
Do you need to install spark on all nodes of yarn cluster?
What is the elements of WCF service used in client side?
What is true about beanpostprocessor?
How will you communicate between two applets?
mention in what all scenarios entity framework can be applicable?
How one single property can be represented in different forms on a screen?
My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?
What is the difference between a function and a trigger?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Can you deploy executable jars on android? Which package is supported by it?
What is target url,soap action?
how many jsp scripting elements are there and what are those?
List the different types of drivers available in web drivers.
What are the disadvantages of circular list?