A

Admin • 833K Points
Coach

Q. Choose correct statement about C array pointers.

  • (A) You can compare two array elements with *p == *(p+i)
  • (B) You can compare two pointers with p1==p2.
  • (C) Accessing out of bounds index element is valid and it returns a garbage value.
  • (D) All of the above
  • Correct Answer - Option(D)
  • Views: 21
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.