Answer Posted / p.madhupriya
printf is using to print the statement only.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Explain container class.
Explain the difference between struct and class in terms of access modifier.
Describe protected access specifiers?
What is c++ prototype?
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 double in c++?
Can we specify variable field width in a scanf() format string? If possible how?
What are the benefits of c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
What are the basic data types used in c++?
What is vector string in c++?
What are friend classes? What are advantages of using friend classes?
Are vectors passed by reference c++?
What is increment operator in c++?
Can a class be static in c++?