Given the following declarations, which of the following variables are arrays?
int[ ] a;
int b[ ];
int c<>;
int d[ ];