What is stl containers in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
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
Explain friend class?
Write is a binary search tree? Write an algo and tell complexity?
State two differences between C and C++.
Which software is used to run c++ program?
What is the output of printf("%d")?
58 Answers CTS, HCL, Infosys, TCS, Winit, Wipro,
sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
How we can differentiate between a pre and post increment operators during overloading?
Specify different types of decision control statements?
Explain function overloading and operator overloading.
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?