What is the use of bit fields in structure declaration?
No Answer is Posted For this Question
Be the First to Post Answer
How can you create a virtual copy constructor?
What is the extension of c++?
Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02
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 namespace & why it is used in c++?
Is there a c++ certification?
What is virtual destructors? Why they are used?
What is a multiset c++?
Differentiate between a constructor and a destructor in c++.
Differentiate between the message and method in c++?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Why we use #include conio h in c++?