What is the difference between the parameter to a template and the parameter to a function?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by call by value and call by reference?
What is the difference between the functions rand(), random(), srand() and randomize()?
Explain the concept of dynamic allocation of memory?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
What is the difference between the indirection operator and the address of oper-ator?
What is the use of the this pointer?
How does list r; differs from list r();?
List different attributes in C++?
Is ca high or low level language?
Explain Memory Allocation in C/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
What is Object Oriented programming.what is the difference between C++ and C?