Home » C Programming » Pointers » Question
  1. Which of the following statements are true?
    I. Pointer to Array
    II. Multi-dimensional array
    1. I are dynamic, II are dynamic
    2. I are static, II are static
    3. I are static, II are dynamic
    4. I are dynamic, II are static
    5. None of these
Correct Option: D

I are dynamic, II are static



Your comments will be displayed only after manual approval.