Questions Related to security

Multiple choice technology security
  1. delete ptr2; (within if loop) AND delete ptr1;

  2. delete ptr1; AND delete ptr2; (outside if loop )

  3. delete ptr2; (within if loop)

  4. delete ptr2; (outside if loop )

Reveal answer Fill a bubble to check yourself
C Correct answer