Write a single C statement to declare and initialize an array of pointers called ohMy that stores the following string constants: “lions”, “tigers”, “bears”.
What will be an ideal response?
char *ohMy[3] = { “lions”, “tigers”, “bears” };
Computer Science & Information Technology
You might also like to view...
Which two components would need to be included when building a virtualization workstation? (Select two.)
A) NAS B) Maximum CPU C) Maximum RAM D) Personal digital assistant E) Dual monitors
Computer Science & Information Technology
What is the difference between primary and secondary users? The text gives an example of a ticket agent being a primary user of a reservation system and the ticket buyer being the secondary user. Name four examples of systems that have primary and secondary users.
What will be an ideal response?
Computer Science & Information Technology