What is the use of :: operator in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Pointer and a Reference? When you would use them?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
explain the reference variable in c++?
Why we use #include iostream in c++?
Explain how we implement exception handling in c++?
how to find the maximum of 10 numbers ?
What is the difference between operator new and the new operator?
How can you create a virtual copy constructor?
What is the purpose of extern storage specifier?
What is the difference between multiple and multilevel inheritance in c++?
Differentiate between the message and method?
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