adplus-dvertising
frame-decoration

Question

What is meaning of the following?
Int *ptr[20]

a.

Interger array of size 20 pointing to an integer Pointer

b.

None of the mentioned

c.

Array of integer pointer of size 20

d.

Both of the mentioned

Posted under Compiler Design

Answer: (c).Array of integer pointer 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 meaning of the following? Int *ptr[20]