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];
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
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
The ________________ property specifies the maximum number of characters the text box will accept.
A. MaxChar B. MaxStr C. MaxTxt D. MaxLength
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