Write 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 9057What 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 9080Post New Lehman Brothers C++ General Interview Questions
how can you contribute to this company?
What do you know about our company?
Explain me what is spin lock?
What role does dalvik play in android development?
what are the parameters are selected while manufacturing a single cylinder block?what are the different kind of test is conducted on it so that it can withstand with all those condition which required to run the engine efficiently.which force is act when piston slide inside the cylinder.
Tell me .net mobile emulators? : Microsoft dot net mobile
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
What is an artificial (derived) primary key? When should an artificial (or derived) primary key be used?
how much is the maximum compressive strength of soil cement and soil-cement-microsilica .
Explain the term statelessness in terms of restful web services?
What is primary index and secondary index?
How can I handle floating-point exceptions gracefully?
Can localstorage be hacked?
define bank Draft
Why is c known as a mother language?