Which of the following statements appropriately defines a C-string that stores names of up to 25 characters?

a. char name[25];
b. string name[25];
c. char name[26];
d. string name[24];
e. None of these


c. char name[26];

Computer Science & Information Technology

You might also like to view...

After text is selected, a(n) ________ appears containing buttons for the most commonly used formatting commands

A) Mini toolbar B) contextual tab C) toggle button D) Answer Choice

Computer Science & Information Technology

If you want all of the forms within an organization to have a uniform appearance and have the data organized in the same manner, you should use ________

A) standardization B) equality C) protection D) validation

Computer Science & Information Technology

The ________________ property specifies the maximum number of characters the text box will accept.

A. MaxChar B. MaxStr C. MaxTxt D. MaxLength

Computer Science & Information Technology

A(n) ____ path is a path used for external links that includes the complete address for the destination page, including the protocol and the complete URL.

A. root-relative B. external C. relative D. absolute

Computer Science & Information Technology