what do you mean by memory management operators
Answer Posted / jayaseelan
it is a storage device is caled memory.maintain memory is
memory management
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How to declare an array of pointers to integer?
Define a constructor - what it is and how it might be called (2 methods)?
Can non graphic characters be used and processed in C++?
What is wrapper class in c++?
What are the advantages of using const reference arguments in a function?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What flag means?
Is overriding possible in c++?
What is the difference between interpreters and compilers?
A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.
How do we implement inheritance in c++?
Can you please explain the difference between overloading and overriding?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Is c++ a good beginners programming language?
How does a C++ structure differ from a C++ class?