Explain binary search.
No Answer is Posted For this Question
Be the First to Post Answer
Can I learn c++ without c?
Is c++ the hardest programming language?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Differentiate between late binding and early binding.
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What is an adjust field format flag?
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
What is conversion constructor?
What happens if an exception is throws from an, object's constructor and object's destructor?
What is wrapper class in c++?
Give example of a pure virtual function in c++?
How many characters are recognized by ANSI C++?