____ declares an array of three rows and four columns.
A. int val[3,4];
B. int val[4,3];
C. int val[3][4];
D. int val[4][3];
Answer: C
You might also like to view...
Why is it necessary to include the datatype when declaring a pointer?
A. Actually, it is not necessary. B. To define what type of variable the pointer is referring to. C. To reserve the same number of bytes as the variable to which it is pointing. D. Both B & C.
In the accompanying figure, item 1 points to the ____ swatch.
A. radial mask B. linear gradient C. linear mask D. radial gradient
Given an HDD partition naming scheme of /dev/sda5, what type of partition is being used?
A. SATA primary drive B. SAT logical drive C. SCSI primary drive D. SCSI logical drive
You can press the ____ keys to distribute selected objects to individual layers.
A. Shift+D B. Ctrl+Shift+D C. Ctrl+Esc D. Ctrl+F4