Which of the following will read values from the keyboard into the array? (Assume the size of the array is SIZE).
a. cin >> array;
b. cin >> array[];
c. cin >> array[SIZE];
d. for(i=0;i
d. for(i=0;i
Computer Science & Information Technology
You might also like to view...
Which of the following is not a service of the security category of the AWS trusted advisor service?
A. Security Groups - Specific Ports Unrestricted B. MFA on Root Account C. IAM Use D. Vulnerability scans on existing VPCs.
Computer Science & Information Technology
In programming terms, a group of characters inside a set of double quotation marks (" ") is called
A) a character literal. B) a string literal. C) a character set. D) none of the above. E) any of the above.
Computer Science & Information Technology