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...
The type of data displayed in a crosstab query depends on which aggregate function you choose when creating the query
Indicate whether the statement is true or false
Computer Science & Information Technology
A computer program that can infect a computer without the knowledge or permission of the user is a(n)____.
A. Worm B. Macro Virus C. Logic bomb D. Virus
Computer Science & Information Technology
What part of a printer pushes forward a sheet of paper from the paper tray?
A. transfer belt B. separation pad C. pickup roller D. transfer roller
Computer Science & Information Technology
Java provides a decrement operator to subtract 1 from a variable.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology