MathWorks interview question

what precautions one must take while using pointers

Interview Answers

Anonymous

14 Jul 2011

pointers are numbers, so they can manipulated and changed accidentally without causing compiling error

1

Anonymous

13 Mar 2026

Must delete data inside pointer pointing to and point to null after use

Anonymous

10 Jun 2011

no idea

1