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 7944

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 8164

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

11 25832

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 7847

Why would you make a destructor virtual?

3 7914

Post New Lehman Brothers C++ General Interview Questions




Un-Answered Questions

Memory managment technique in j2me

1793


Explain what is wrong with this statement? Myname = ?robin?;

992


What are the enhanced features in teradata v2r5 and v2r6?

689


Give a brief description of the following terms: a) Play head b) Symbol c) Tweening d) ActionScript e) Frame rate f) Library panel g) Masking h) Context – sensitive Property Inspector i) Bandwidth Profiler j) Frame Label

1445


if our qtp vb Script may be Currepted then What we want do?

1479






What is decodeuri(), encodeuri() in javascript?

554


Is tomcat a java ee?

485


How a/b testing is done for ios app?

584


How do I see environment variables in windows?

461


What are the different steps in the conceptual design of a commercialpassenger aircraft? Discuss the reasoning behind the order of steps.

671


Explain thread in java?

658


How to Calibrate Ultrasonic Level Transmitter in field

806


what is your expectation

1170


What is the significance of factoring in cryptography?

484


If there is certain data that we want to use again and again in different transformations, what should improve the performance?

213