MathWorks interview question

what precautions one must take while using pointers

Interview Answers

Anonymous

Jul 14, 2011

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

1

Anonymous

Mar 13, 2026

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

Anonymous

Jun 10, 2011

no idea

1