Answer Posted / surender a
Because the fundamental size is a char [viz 1 byte by
default on any 32 bit or 64 bit machine].
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What is a hash function c++?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What is an operator function? Describe the function of an operator function?
When should we use container classes instead of arrays?
Can char be a number c++?
What is double in c++?
Describe the advantage of an external iterator.
Describe private, protected and public – the differences and give examples.
Why we use #include iostream in c++?
What does h mean in maths?
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 cout in c++?
Are strings mutable in c++?
Why use of template is better than a base class?
Differentiate between late binding and early binding. What are the advantages of early binding?