Forum

Pointers

This thread contains 1 reply, has 2 voices, and was last updated by Anonymous 5 years, 4 months ago.

  • Author Replies
    • #50904

      What is Dangling pointer?


    • Anonymous
      #50906

      Hello Mausam,

      Dangling Pointer is a pointer that doesn’t point to a specific memory location. Dangling pointers arise when an object is deleted or deallocated, without modifying the value of the pointer, so that the pointer still points to the memory location of the deallocated memory.

      Here is an example:

      #include <stdlib.h>
      void x()
      {
      int *ptr = (int *) malloc(sizeof(int));
      return;
      }


Viewing 1 reply thread

You must be to reply to this thread.Please or . Registration is 100% free.

GET FREE CONSULTATION

Call Us Now For Free Consultation97370 05566

Our experts listen to you patiently and suggest you the right course after conducting a personality profile test. Register your interest below to schedule personality profile test for you.

SUBSCRIBE TO OUR NEWSLETTER

Copyright 2016-2024 Smart Mentors. All Rights Reserved.

Login

FORGOT PASSWORD

Sign up now to Become An Instructor

    Register your Interest

      cf7captchaRegenerate Captcha