int a[], b; int []c, d; What is the type of variable ‘b’ and ‘d’ ? - Study24x7
Social learning Network
86 followers study24x7 03 Apr 2019 04:14 AM study24x7 study24x7

int a[], b; int []c, d; What is the type of variable ‘b’ and ‘d’ ?

A

‘b’ and ‘d’ are int

B

‘b’ and ‘d’ are arrays of type int

C

‘b’ is int variable; ‘d’ is int array

D

‘d’ is int variable; ‘b’ is int array

E

Error

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles