[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

8 / 7

Choose the correct option.

How do u declare a pointer to an array of pointers to int?

Aint *a[5];

Bint **a[5];

Cint *(*a)[5];

Du can not declare

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Global Edge Societe Generale

Post Your Answer Here:     

No Discussion on this question yet!