[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Complicated Declarations - Discussion

Home > C Programming > Complicated Declarations > MCQs Questions Discussion

2 / 7

What do the following declaration signify?

int *ptr[30];

Aptr is a pointer to an array of 30 integer pointers.

Bptr is a array of 30 pointers to integers.

Cptr is a array of 30 integer pointers.

Dptr is a array 30 pointers.

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!