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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:43:28+00:00 2026-05-27T04:43:28+00:00

If I have a stack S, filled with signed ints, I want to do

  • 0

If I have a stack S, filled with signed ints, I want to do the following:
POP two values and cast it to an unsigned int, then add them together, and then push back a SIGNED sum.
I did the following, but I don’t know if it’s correct:

unsigned int x = (unsigned int)pop(S)
unsigned int y = (unsigned int)pop(S)
int sum = x+y
push(S, sum);
pc++

Am I on the right track?
Also, can someone explain to me a little bit about explicit casting?
Thank you.

  • 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-27T04:43:29+00:00Added an answer on May 27, 2026 at 4:43 am

    You are correct in the sense that your code does precisely what you say it should do. The real question is whether or not that is what you are looking to achieve.

    A negative number cast to unsigned int becomes a very large positive number. For example, negative one becomes the largest positive integer that can be expressed in an unsigned int after the cast to unsigned (try it!) When you add two negative numbers that were cast to unsigned, you are guaranteed to get an overflow. If that is indeed what you are trying to do, your code is definitely doing it.

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

Sidebar

Related Questions

I have stack panel with custom controls in it. User can add or remove
i have a stack of messages in database table. i want to send these
I have a stack which contains some integer data. I want to find out
I have stack panel with custom controls in it. I attach standard MouseDragElementBehavior to
I have a stack panel inside of an expander panel that I programaticaly adds
Now I have a stack of free time on my hands, I wanna get
I'm outside gdb's target executable and I don't even have a stack that corresponds
I have read on Stack Overflow some people that have converting to C#2.0 to
I have the CakePHP stack in /var/www/site from one view under controller A I
I have Bitnami Rails stack installed on my Mac. To better explain my problem

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.