<AptiCode/>

The ultimate platform for developers to practice, compete, and grow. Join our community of passionate coders today.

TwitterLinkedIn

Platform

ProblemsCompilerAptitude TestsContests

Company

About UsContactRewardsContribute

Legal

Terms of ServicePrivacy PolicyShipping PolicyRefund Policy

© 2025 AptiCode. All rights reserved.

Made withfor developers

topic/Complicated Declarations

Question NoTitleTypeMarks
591.Declare the following statement?"An array of three pointers to chars".
MCQ
5
592.What do the following declaration signify?int *ptr[30];
MCQ
5
593.Declare the following statement?"A pointer to an array of three chars".
MCQ
5
594.What do the following declaration signify?char *arr[10];
MCQ
5
595.What do the following declaration signify?int (*pf)();
MCQ
5