Which of the following is not a C++ reserved word?
a) float
b) number
c) const
d) using
b) number
Computer Science & Information Technology
You might also like to view...
You can enhance chart text by formatting it as WordArt
Indicate whether the statement is true or false.
Computer Science & Information Technology
When you pass a variable by ____, the computer passes a copy of the variable's contents to the receiving procedure.
A. value B. contents C. location D. reference
Computer Science & Information Technology