Answer Posted / prakruthi
Bjarne Stroustrup
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Is it possible for a member function to delete the pointer, named this?
Why do we need constructors in c++?
What is the difference between the compiler and the preprocessor?
What is lambda expression c++?
What do you mean by public protected and private in 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 the role of copy constructor in copying of thrown objects?
What do you mean by function pointer?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Why c++ is not a pure oop language?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What is c++ in english?
How long does it take to get good at leetcode?
what is c++
What is capacity in vector in c++?