Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7978905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T09:37:11+00:00 2026-06-04T09:37:11+00:00

Assume the following situation: typedef struct { int ID1; int ID2; char string[256]; }

  • 0

Assume the following situation:

typedef struct {
    int ID1;
    int ID2;
    char string[256];
} Reg;

I create an array dynamically, this structure:

Reg *myReg = (Reg*) malloc(sizeof(Reg)*100); //array of type Reg with 100 positions.

And throughout this example system, I fill this array.

There comes a certain point I do not want the pointer “myReg” point to this vector. I want him to point to NULL. And also to clear the memory space occupied by malloc I did.

question:

If I do:

free(myReg);

This will make myReg will point to NULL and release the space taken up that I’ve allocated?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T09:37:12+00:00Added an answer on June 4, 2026 at 9:37 am
    free(myReg);
    

    This will make myReg will point to NULL and release the space taken up
    that I’ve allocated?

    It will only release the memory. Even without reading the specs, if you look at how the free function is declared, you’ll see it can’t actually change what the pointer is pointing to.

    /* Even if it wanted, `free` can't make `ptr` point to anything else. */
    void free(void *ptr);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets assume following classes definition: public class A { public final static String SOME_VALUE;
assume this following function: int binaryTree::findHeight(node *n) { if (n == NULL) { return
Assume the following function prototype: void *function(int arg) . Is that a pointer to
Assume I have the following string: Hellotoevryone<img height=115 width=150 alt= src=/Content/Edt/image/b4976875-8dfb-444c-8b32-cc b47b2d81e0.jpg />Iamsogladtoseeall. This
I'm interested to know how people handle the following situation. Assume we have a
Assume I have an array of doubles that looks like the following: Array[10] =
I have the following situation: assume I have to display the data in the
Assume the following schema class Person{ public int Id {get;set;} public virtual ICollection<Province> Provinces
Goal Multimodule maven release with tags per module Situation Assume the following project structure
The situation is akin to the following: Assume I am a store selling fruits,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.