How do you initialize a C-string called Cheer which will contain “Hooray” (without the quotes.) ?
A. char Cheer[7] = {‘H’, ‘o’, ‘o’, ‘r’, ‘a’, ‘y’, ‘\0’};
B. char Cheer[7] = “Hooray”;
C. char cheer[7] = “Hooray”;
D. A and B
D
You might also like to view...
________ are those for which the conditions, condition alternatives, actions, and action rules
can be determined. A) Useful decisions B) Sequential decisions C) System-wide decisions D) Structured decisions
____ refer to the relative width and height of the video frame.
A. Display sizes B. Frame rates C. Resolutions D. Aspect ratios
A field in a table is a collection of related data such as customer's contact information
Indicate whether the statement is true or false
Federal rules and laws are changed
A) To keep up with new technology B) To help govern regulations C) To keep up with political policies D) To help explain the differences in physical and cyberlaws