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. char message[6] = “Hello”;

Computer Science & Information Technology

You might also like to view...

A Label control displays the data found in a form's record source

Indicate whether the statement is true or false

Computer Science & Information Technology

Dot ________ are dot characters that display on the left side of a tab and serve to draw the reader's eye across the page to the information at the tab stop

Fill in the blank(s) with correct word

Computer Science & Information Technology