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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:53:58+00:00 2026-06-14T09:53:58+00:00

Instead of writing a structure like, typedef struct { uint8 len; // Command length

  • 0

Instead of writing a structure like,

typedef struct {
    uint8 len;          // Command length (cmd ... crc)
    uint8 cmd;          // Command code
    uint8 data_length;  // Data length
    uint8 data[12];     // Data: max 12 Byte
    uint8 crc_h;        // CRC value MSB
    uint8 crc_l;        // CRC value LSB
}CMD_TYPE;

can I write it like this ?

typedef struct { uint8 len, cmd, data_length, data[12], crc_h, crc_l; }CMD_TYPE;

If it is possible then why aren’t people grouping similar members?!
what would happen to the memory allocation scheme, also is there any hidden side effects to changing the order of members other than memory loss(due to padding if i am right!).

Pardon me if this seems so silly.

  • 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-14T09:54:00+00:00Added an answer on June 14, 2026 at 9:54 am

    You can write both ways, but you’ll notice that the first way is more readable than the second one, and since data structures are very important in C it is in practice preferable to define them in a more verbose way.

    The way you write your struct declaration (in one line per field, or every fields of the same type on the same line) don’t inpact what happens at runtime.

    The order of member fields inside struct is very important.

    Padding, or the sizeof of your struct, or its alignment depend only of fields and their order (and of the target processor and ABI), not of the way you write them.

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

Sidebar

Related Questions

I'm writing a quadtree-like data structure which contains matrices of generic objects T .
How can I write data to stdout instead of writing file? I'm using GPG
I’m confused about this; instead of writing tweepy codes like- auth=tweepy.OAuthHandler(consumer_key, consumer_secret) auth.set_access_token(access_token, access_token_secret)
I have a string array of 3 different command line commands. Instead of writing
Currently I am using the following code to print a large data structure print(json.dumps(data,
Instead of writing too many sql statements in each servlet I just want to
People keep telling me instead of writing shift 1 bit to the left, just
I'm just getting started on writing functions instead of writing everything inline. Is this
A friend of mine is programming a web page. Instead of writing any HTML
I am writing an instead of trigger for updates that does some auditing and

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.