____ shows a correct array initialization statement.

A. char codes[4] = {'s', 'a', 'm', 'p', 'l', 'e'};
B. char codes[] = {'s', 'a', 'm', 'p', 'l', 'e'};
C. char codes = {'s', 'a', 'm', 'p', 'l', 'e'};
D. char codes[*] = {'s', 'a', 'm', 'p', 'l', 'e'};


Answer: B

Computer Science & Information Technology

You might also like to view...

In a client/server network, a network server sets the rule of communication for a network and provides every connected client with an address so it can be found by others on the network.

a. true b. false

Computer Science & Information Technology

A _______________is a smart card reader that includes a PIN pad, a biometric reader, or both to allow multi-factor authentication.

A. multitechnology card B. multiapplication card C. multifactor reader D. multitechnology reader E. multimodal

Computer Science & Information Technology

Which of the following devices transmits data to all ports regardless of final destination?

A. Firewall B. Router C. Switch D. Hub

Computer Science & Information Technology

QuickTime is a(n) _________ player.

A. app B. plug-in C. video D. image

Computer Science & Information Technology