The easiest way to set all the values of a vector to zero is to use function:
a. fill
b. fill_n
c. generate
d. generate_n
a. fill
Computer Science & Information Technology
You might also like to view...
Clock pulses are measured in gigahertz
Indicate whether the statement is true or false
Computer Science & Information Technology
Data can be organized and processed sequentially using an array, called a(n) ____ list.
A. linked B. ordered C. sequential D. ascending
Computer Science & Information Technology