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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:54:57+00:00 2026-06-04T22:54:57+00:00

Why the and operator acts differently when used: with un unsigned int with a

  • 0

Why the and operator acts differently when used:

  1. with un unsigned int
  2. with a byte array represiting the same value when casted to (uint*)

    unsafe
    {
        fixed (byte* i = new byte[4] { 0x02, 0x03, 0x04, 0xFF })
        {
            uint m = 0x020304FF;
    
            Console.WriteLine("{0:X}",m & 0xFF000000); 
    
            Console.WriteLine("{0:X}",*(uint*)i & 0xFF000000); 
         }
     }
    

result is

     2000000
     ff000000 
  • 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-04T22:54:59+00:00Added an answer on June 4, 2026 at 10:54 pm

    Assuming a 32 bits little-endian system (like any Intel processor, in the vast majority of today’s computers), casting the address of the byte-array {02 03 04 FF} to the address of a 32 bit int will result in an int with the value 0xFF040302. Hence the result.

    In other words, your assumption that it’s “the same value” is not correct.

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

Sidebar

Related Questions

bool operator == (const MyString& left, const MyString& right) { if(left.value == right.value) return
How come the conditional operator ( ?: ) doesn't work when used with two
The conditional operator works in many attributes like rendered value and others. But it
class RunAround; class HopUpAndDown; class Sleep; template<typename Acts> int doThis(); template<> int doThis<RunAround>() {
operator class: #import <Foundation/Foundation.h> @interface operator : NSObject { int number; } @property int
I have a differential operator that acts on two functions. To simplify the problem
I've seen the % operator being used in some Python code related to strings,
In Perl, is there a bitwise operator that acts like >> , but removes
When operator new() is used with reference type, space for the instance is allocated
LIKE operator in MySql is used to find rows that contain our query text,

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.