

MCQOPTIONS
Saved Bookmarks
1. |
What is the type of variable "b" and "d" in the below snippet? |
A. | "b" and "d" are int |
B. | "b" and "d" are arrays of type int |
C. | "d" is int variable; and "b" is int array |
D. | "b" is int variable; and "d" is int array |
Answer» E. | |