Which of the following correctly declares a dynamic array of strings?
a. p1 = new string(13);
b. p1 = new string[];
c. p1 = new string[13];
d. p1 = new stringArray(13);
c. p1 = new string[13];
Computer Science & Information Technology
You might also like to view...
Which of the following is a protocol that provides encryption, integrity, and anti-replay to Real Time Protocol (RTP) traffic?
A. SPF B. STP C. SSMTP D. SRTP
Computer Science & Information Technology
The function of the __________ is to on transmission assemble data into a frame, on reception disassemble frame and perform address recognition and error detection, and govern access to the LAN transmission medium.
A. transmission layer B. logical layer C. media access control layer D. physical layer
Computer Science & Information Technology