Home » C Programming » Pointers » Question
  1. Which of the following operation is possible using a pointer char? (Assuming the declaration is char *ch;)
    1. Generation of the multidimensional array
    2. Changing address to point at another location
    3. Input via %s
    4. All of above
    5. None of these
Correct Option: B

Changing address to point at another location



Your comments will be displayed only after manual approval.