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 6057489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:29:39+00:00 2026-05-23T08:29:39+00:00

consider the following code:- struct mystruct { int data; struct mystruct *next; }; void

  • 0

consider the following code:-

struct mystruct {
    int data;
    struct mystruct *next;
};

void myfunc ()
{

 struct mystruct s1;
 s1.data= 0;
 s1.next = NULL;
 myfunc2(&s1);
 ..
 ..
}

is it safe to pass the address of this local structure to other function.
Will this local structure be available for use outside the function or will it be already freed ?

  • 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-05-23T08:29:40+00:00Added an answer on May 23, 2026 at 8:29 am

    It is safe to pass the address of a local variable to another function. The variable’s life time extends to the end of the block (function or compound statement) in which it is declared.

    It is not safe to return the address of a local variable or save a pointer to it and use it after the declaring function has returned.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider the following code: struct Vec2 : IEquatable<Vec2> { double X,Y; public bool Equals(Vec2
Consider the following: struct vec { int v[3]; vec() : v() {}; vec(int x,
Consider the following program: #include <iostream> #include <algorithm> using namespace std; template<class T> struct
The following is an excerpt from a code sample in K&R's The C Programming
Setup Given this user-defined type: struct T { static int x; int y; T()
I'm confused about when I need to use KeepAlive in my C++/CLI wrapper code
I'm trying to write some computationally intensive code for Windows x64 target, with SSE
While finding answer for this query with writing test code, I got to know
Is it somehow possible? I want that to enable compile-time passing of arguments. Suppose
I am developing a CUDA 4.0 application running on a Fermi card. According to

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.