Which assignment statements will copy the value " toaster" into a string variable (str1)?
a. strcpy(str1,"toaster");
b. str1 = "toaster";
c. str1 = toaster;
d. str1 += toaster;
b. str1 = "toaster";
You might also like to view...
What should you do when configuring DNS servers that are connected to the Internet in order to improve security?
A. disable zone transfers B. delete the DNS cache C. disable DNS buffers D. setup DNS proxy
Can Visible Analyst®, or another CASE tool, enhance system performance by speeding up access to stored data? If so, how would that be accomplished?
What will be an ideal response?
If you make changes to an embedded chart and want the chart in the source file to be updated, you must do this manually, making twice the work
Indicate whether the statement is true or false
It is possible to change the formatting of a word by using the Find and Replace dialog box
Indicate whether the statement is true or false