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...
A(n) ________ control may be the name of the field or some other text you manually enter and is an unbound control
Fill in the blank(s) with correct word
Computer Science & Information Technology
When drawing a table, the pointer looks like a ________
A) pen B) vertical bar C) paint brush D) pencil
Computer Science & Information Technology
In A1,A2 and A3 relatively input these numbers: 1,2, and 3. What would be the result of the function: =SUM(A1:A3,4)
a. 8 b. An error. c. 10
Computer Science & Information Technology
Calculates the periodic payment for a loan with a fixed interest rate and fixed term.
What will be an ideal response?
Computer Science & Information Technology