Floating-point literals are of type ________ by default.
a. float
b. double
c. real
d. decimal
b. double
Computer Science & Information Technology
You might also like to view...
To prevent modification of array values passed to a function:
a. The array must be declared static in the function. b. The array parameter can be preceded by the const qualifier. c. A copy of the array must be made inside the function. d. The array must be passed by reference.
Computer Science & Information Technology
XHTML includes the capability of ____ code, meaning it can be checked for correctness.
A. validating B. compiling C. interpreting D. instantiating
Computer Science & Information Technology