[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 :: Pointers - Discussion

Home > C Programming > Pointers > MCQs Questions Discussion

58 / 60

Choose the correct option.

What does the following declaration mean?
int (*ptr)[10];

Aptr is array of pointers to 10 integers

Bptr is a pointer to an array of 10 integers

Cptr is an array of 10 integers

Dptr is an pointer to array

Answer: Option (Login/Signup)

Show Explanation

Asked In :: TCS

Post Your Answer Here:     

No Discussion on this question yet!