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 7933

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 8154

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

11 25794

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 7824

Why would you make a destructor virtual?

3 7891

Post New Lehman Brothers C++ General Interview Questions




Un-Answered Questions

What is difference between ienumerable and enumerable in c#?

469


How to check the integrity of Sieve, Screen, FBD Bag?

7927


What are some common social media marketing mistakes business make?

163


Situation - you wan to pay an individual in multiple currencies. How would you do that?

511


Define simultaneous limit of a function f(x,y) as (x,y) → (a,b)

1202






how to mention last year profit of ay private limited company in current year balance sheet ?

806


What is initiation queues?

538


What are the main risk factors which may be encountered in the development of software?

536


What type is string in c#?

473


What Is The Transaction Approach And Balance Sheet Approach To Measuring Net Income?

676


Please explain what is the difference between odbc and ado?

520


How to get session object in hibernate?

166


What is control area?

635


what are the concerns of OLTP and DSS systems?

1553


How to use ids to override classes in css?

288