In what situations do you have to use initialization list rather than assignment in constructors?
1012Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
1267Post New C++ General Questions
Write a c program for binary addition of two 8 bit numbers.
Is c++ platform dependent?
What are keywords in c++?
What is a unnitialised pointer?
What are the uses of static class data?
What is the difference between struct and class?
Explain the problem with overriding functions
What is the copy-and-swap idiom?
What are protected members 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
Write a program which employs Recursion
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is the most useful programming language?
What do manipulators do?
What are the advantages of using a pointer?