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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T00:34:35+00:00 2026-05-20T00:34:35+00:00

the program is to decide big endian or little endian. This is the answer

  • 0

the program is to decide big endian or little endian.

This is the answer given in the book:

int Test(){
    short int word = 0x0001;
    char *byte = (char *) &word;
    return (byte[0] ? BIG:LITTLE);
}

I don’t understand this line: char *byte = (char *) &word; Does it mean “pass the address of word into byte”? So, now byte point to word’s original address? As I known, short int is 2 bytes. So, does “byte” point to higher address or lower address? Why?

How does this work?

  • 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-20T00:34:35+00:00Added an answer on May 20, 2026 at 12:34 am

    It’s just taking the address of word, casting it to a char pointer, and putting it in byte.

    At that point, byte will point to the first byte of 2-byte word, and the value of that byte (1 or 0) will tell you if you’re on a big or little endian machine.

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

Sidebar

Related Questions

I have written a program to process some data written to disk in big-endian
I need to use lists for my program and needed to decide if I
My Program overrides public void paint(Graphics g, int x, int y); in order to
I am working on my first big Actionscript 3 website and trying to decide
I'm helping maintain a program that's essentially a friendly read-only front-end for a big
I'm writing a program that uses java.net.URLDecoder.decode(String value, String encoding) . Apparently, this method
I am debugging a program using gdb. Whenever I miss a breakpoint or decide
so i have this app that is a training program in this app the
I have following problem: My program should decide at runtime to load an function
How might I create a C# program to decide how, say, sad a person

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.