Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 8847

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 9072

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

11 29544

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 9096

Why would you make a destructor virtual?

3 9024

Post New Lehman Brothers C++ General Interview Questions




Un-Answered Questions

How do you use aliases with autoloading models in codeigniter?

605


How do I create a view in drupal 8?

224


How can you call a constructor for a parent class?

176


What do you mean by lookup transformation?

466


What are the benefits of powerpoint?

372


How will you copy a file from one machine to other?

966


What are noise variables?

2453


What is difference between pointer and reference?

1018


What is profit margin percentage?

545


How do I create a simple exe file in notepad?

885


I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?

2114


How do I find and replace in word?

944


Is it possible to use same metastore by multiple users, in case of embedded hive?

628


How to check processing consuming by peoplesoft

818


Explain what is #line used for?

1031