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...


What are the two types of comments?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Write about the role of c++ in the tradeoff of safety vs. Usability?

0 Answers  


What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


Is it possible to use a new for the reallocation of pointers ?

0 Answers  


when can we use copy constructor?

6 Answers   HP,


How would you obtain segment and offset addresses from a far address of a memory location?

0 Answers  


Why do we need c++?

0 Answers  


Differentiate between an external iterator and an internal iterator?

0 Answers  


What is the use of ‘using’ declaration?

1 Answers  


What is the header file for setw?

0 Answers  


What is the C-style character string?

0 Answers  


What do you mean by stack unwinding in c++?

0 Answers  


What is the difference between const and constexpr?

4 Answers  


Categories