How can you specify a class in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Define Virtual function in C++.
What is scope resolution operator in c++ with example?
Differentiate between realloc() and free().
Describe about storage allocation and scope of global, extern, static, local and register variables?
Does c++ have foreach?
What is the difference between Pointer and a Reference? When you would use them?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
When copy constructor can be used?
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 C++ Program to Generate Random Numbers between 0 and 100
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()