[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

3 / 7

Declare the following statement?

A pointer to an array of three chars.

Achar *ptr[3]();

Bchar (*ptr)*[3];

Cchar (*ptr[3])();

Dchar (*ptr)[3];

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!