8. How can you assign the value "toaster" to a c-string name str of size 10?

a. str="toaster;
b. str=toaster;
c. strcpy(str,"toaster");
d. str.strcpy("toaster");

d. str.strcpy("toaster");

Computer Science & Information Technology

You might also like to view...

Show the output:

``` cout << 100000 << "\n" << showpos << 100000; ```

Computer Science & Information Technology

The ____ summary function estimates the standard deviation of all of the data to be summarized in a PivotTable report.

A. Sum B. Varp C. StdDev D. Product

Computer Science & Information Technology