What is the data type of the value returned by the sqrt function?
A. int
B. short
C. double
D. float
Answer: C
Computer Science & Information Technology
You might also like to view...
If you want a loop to quit iterating if x < 10 and y > 3, what would be the proper loop condition test?
a. (x < 10 && y > 3) b. (x >10 || y < 3) c. (x >=10 && y <=3) d. (x >=10 || y <=3)
Computer Science & Information Technology
_____________ is the default file-open mode for an ofstream.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
The ________ performs arithmetic and logic operations
Fill in the blank(s) with correct word
Computer Science & Information Technology
A tag name is an identifier that links a(n) ____ to a source.
A. citation B. index C. attribute D. field
Computer Science & Information Technology