adplus-dvertising
frame-decoration

Question

What is the meaning of following declaration?
Int arr[20]

a.

Integer Array of size 20

b.

None of the mentioned

c.

Array of size 20

d.

Array of size 20 that can have higher integer address

Posted under Compiler Design

Answer: (a).Integer Array of size 20

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the meaning of following declaration? Int arr[20]