Declare a C-string called message containing the word Hello.

A. string message = “Hello”;
B. char message[6] = “Hello”;
C. char message = “Hello”;
D. char message[size] = “Hello”;


B

Computer Science & Information Technology

You might also like to view...

Which of the following is used to protect important data?

a. the public access specifier b. the private access specifier c. the protect member function d. the class protection operator, @ e. None of these

Computer Science & Information Technology

Ten stacks of gold coins have ten coins each. Nine of the stacks have coins made of pure gold, and one stack has coins made of an alloy that looks exactly like gold. Each pure gold coin weighs 10 grams and each alloy coin weighs 9 grams. You have an electronic scale that can display the weight of any pile of coins with 99.99 percent accuracy. What is the fewest number of weighings needed to

determine which stack contains the alloy coins. What will be an ideal response?

Computer Science & Information Technology

Using good grammar, describe how you can determine how much memory to install in a system

What will be an ideal response?

Computer Science & Information Technology

A(n) bevel is an angled edge that adds a three-dimensional look to an image.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology