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...

What remote shell program should you use if security is a consideration?

A. rlogin B. ssh C. rcp D. rsh

Computer Science & Information Technology

What are the four guidelines that system analyst follow to design a good form, a preprinted or duplicated paper that requires people to fill in responses in a standardized way.

What will be an ideal response?

Computer Science & Information Technology

When a relationship is defined to enforce referential integrity and Cascade ________ Related Fields, Access will automatically change the data through all related tables when data is removed from the table that contains the primary key

A) Change B) Delete C) Remove D) Update

Computer Science & Information Technology

A(n) data mart typically stores data for an entire enterprise. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology