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

  • Home
  • SEARCH
  • 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 8337287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:15:42+00:00 2026-06-09T04:15:42+00:00

I couldn’t find any reference to this question. I have an array of structs

  • 0

I couldn’t find any reference to this question.
I have an array of structs which I need to resize into a larger array.
both structs are completely initialized (each cell has a value other than NULL)

say

typedef struct Square {
...
...
}Square;

Square s1[1024];
Square s2[2048];

If I copy using memcpy() s1 into s2, how would s2 would look? I know it copies byte data.
will the first 1024 cells would be the same as s1 and the remaining 1024 would be as they initialized? or does it affect them too?

Thanks

P.S The arrays here are statically allocated, but I wrote that just for convinience here. I have them allocated using malloc()

  • 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-09T04:15:44+00:00Added an answer on June 9, 2026 at 4:15 am

    If you did:

    memcpy(s2, s1, sizeof(s1));
    

    The first 1024 Squares in s2 would be copied from s1, and the rest would be untouched (so if they were uninitialized, they’ll still be uninitialized).

    Remember that if they’re heap allocated as you say, you can’t use sizeof. You might find realloc useful if all you’re trying to do is grow the array.

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

Sidebar

Related Questions

I couldn't find anything similar to this anywhere. I have an array of pointers
I couldn't find the answer to this in any other question. Suppose that I
I couldn't find this in the documentation. If I have a complex object in
I couldn't find any information in the reference page of MPMoviePlayerController or in the
I couldn't find a straight answer to my question and need to know it
Couldn't find an answer to this question. It must be obvious, but still. I
I couldn't find enough resource about this subject and i need to learn how
Couldn't find a function for this. I'm assuming I need to use regex? I'm
Couldn't find any documentation about this: what is the order of execution of the
Couldn't find an answer to this one. I have a WPF ListView control that

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.