A
Q. What is the type of variables “b” and “d” in the following code?
Code:
int a[], b;
int []c, d;
int []c, d;
- Correct Answer - Option(C)
- Views: 17
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.