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 different types of comments allowed in c++?


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

Post New Answer

More C++ General Interview Questions

Can a program run without main?

0 Answers  


How can virtual functions in c++ be implemented?

0 Answers  


Can I create my own functions in c++?

0 Answers  


What do the header files usually contains?

0 Answers  


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


Can we overload operator in c++?

0 Answers  


What is capacity in vector in c++?

0 Answers  


What is prototype in c++ with example?

0 Answers  


Can member data be public?

0 Answers  


Array base access faster or pointer base access is faster?

0 Answers  


Will c++ be replaced?

0 Answers  


What is data abstraction? How is it different from data encapsulation?

0 Answers  


Categories