Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between new/delete and malloc/free?
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 the difference between global variables and static varables?
What is type of 'this' pointer? Explain when it is get created?
Is c++ a good first language to learn?
Name the operators that cannot be overloaded in C++?
What is else syntax in c++?
without if else statement can be written ah
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
explain the reference variable in c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
why v use c++ even we have microprocessor