1.

What is the type of variable b and d in the below snippet?

int a[], b;
int []c, d;

A. b and d are int
B. b is int variable; d is int array
C. d is int variable; b is int array
D. b and d are arrays of type int
E. None of these
Answer» C. d is int variable; b is int array


Discussion

No Comment Found

Related MCQs