Is c++ a difficult language?
No Answer is Posted For this Question
Be the First to Post Answer
What is #include iostream in c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
Difference between pointer to constant vs. Pointer constant
Const char *p , char const *p What is the difference between the above two?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What are the popular tools used to detect memory leaks 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 that takes a 5 digit number and calculates 2 power that number and prints it.
Write about the members that a derived class can add?
Why are pointers used?
What are the various storage classes in C++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?