What jobs can you get with a c++ certification?
No Answer is Posted For this Question
Be the First to Post Answer
How can an improvement in the quality of software be done by try/catch/throw?
What is a base class?
What are the general quetions are in DEna bank manager IT/System interviews?
What is a dangling pointer?
What is the use of lambda in c++?
What are the various situations where a copy constructor is invoked?
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
Differentiate between an array and a list?
Describe the setting up of my member functions to avoid overriding by the derived class?
What is an associative container in c++?
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
Differentiate between realloc() and free().