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: 172
- Filed under category JAVA
Discusssion
Login to discuss.