Name one operator that is already overloaded in the C++ language. That is, depending on how it is used dictates the job that it performs.

What will be an ideal response?

The * is overloaded. It mean multiply if used with two numbers, and as the indirection operator if used with a pointer.

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT true about memory and storage?

A. A storage device records and/or retrieves items to and from storage media. B. Hard disks and solid-state disks generally have the largest storage capacities. C. Most memory keeps data and instructions permanently. D. Storage devices often also function as a source of input and output.

Computer Science & Information Technology

The ____ behavior is used to change the font, position, borders and shading, and visibility of an object.

A. Call Script B. Change Property/Restore C. Play Sound D. Set Text

Computer Science & Information Technology