Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Lehman Brothers C++ General Interview Questions
Questions Answers Views Company eMail

Write a function which takes a character array as input and reverses it in place.

2 7930

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 8150

In C++ cout is: a) object b) class c) something else

11 25749

What 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 7816

Why would you make a destructor virtual?

3 7884

Post New Lehman Brothers C++ General Interview Questions




Un-Answered Questions

Who made html5?

432


Name three insectivorous plants?

2550


What is active record in php?

470


Explain naming conventions for packages?

564


What is repository in laravel?

345






Differentiate between type_scroll_insensitive and type_scroll_sensitive.

515


What is a Multi-homed Host

654


Can devops be applied to a waterfall process?

1


Is sorted c++?

562


Can we check ELCB constantly from R1 to R8 phase in 1 no DB?

1214


What can sql server reporting services do?

571


What are references in c++? What is a local reference?

565


What is a dstream in apache spark?

1935


What is assertion in jmeter? List the types of assertion.

300


Why is nitrogen used in welding?

642