What does the following declaration signify?
MediaTek technical mcq question with a worked answer. Free to practise - no sign-up.
What does the following declaration signify?**
int *ptr[67];
Show answer & explanation
Answer: A. A) ptr is a pointer to an array of 67 integers.
Standard evaluation according to engineering and computational science principles.
Step-by-step Derivation:
Step 1: Analyze problem specification.
Step 2: Derive theoretical solution.
Step 3: Select corresponding answer option.