Declare an array called names that is appropriate for storing 100 strings of length 19 (not counting the null character).
What will be an ideal response?
char names[100][20];
Computer Science & Information Technology
You might also like to view...
Any output device can be used to give commands
Indicate whether the statement is true or false
Computer Science & Information Technology
Which data structure maintains the event set in an event-driven simula tion?
a. STL set b. STL map c. priority queue d. queue e. stack
Computer Science & Information Technology