adplus-dvertising
frame-decoration

Question

What does the following declaration mean? int (*a)[10] a is

a.

Pointer to an array

b.

None of the mentioned

c.

Array of 10 integers

d.

Both of the mentioned

Posted under Compiler Design

Answer: (a).Pointer to an array

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does the following declaration mean? int (*a)[10] a is