What is c++ library?


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

Post New Answer

More C++ General Interview Questions

What is the best free c++ compiler for windows?

0 Answers  


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

0 Answers   Telecom,


Comment on local and global scope of a variable.

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,


What is the type of 'this' pointer? When does it get created?

0 Answers  






If dog is a friend of boy, is boy a friend of dog?

0 Answers  


Define a constructor - what it is and how it might be called (2 methods)?

0 Answers  


Give an example of run-time polymorphism/virtual functions.

0 Answers  


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


How can I improve my c++ skills?

0 Answers  


What are the various storage classes in C++?

0 Answers   Fidelity,


Compare compile time polymorphism and Runtime polymorphism

1 Answers  


Categories