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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:08:50+00:00 2026-05-28T02:08:50+00:00

I am writing a program in C++ where I have to calculate the value

  • 0

I am writing a program in C++ where I have to calculate the value of n^n where 1<=n<=10^9. But even if I use long long type to store the result, the answer is calculated just till n=15.
At n=16, a floating point exception arises and and after that results show negative values. Can anybody tell me what is wrong with the code?

long long c;

c=(long long)n;
for(int i=2;i<=n;i++)
   c*=n;

 cout<<c<<endl;
  • 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-28T02:08:51+00:00Added an answer on May 28, 2026 at 2:08 am

    If you are getting negative values then you are overflowing the variable. You need to use a data type that has a larger range, one that is sufficient to hold the numbers you wish to calculate. If your system does not come with such a data type (and I rather suspect that long long is as big as you will get) then you will need to use a bignum class.

    Looking more closely at the numbers in your question, I think that many standard bignum classes will not be able to calculate nn for n=109. Are you sure you wrote the problem down correctly?

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

Sidebar

Related Questions

I am writing a program that is supposed to just calculate the months between
We're writing an SDK for a CAD program and have run into a slight
Im writing a program that should read input via stdin, so I have the
Solution for writing a program for keep secret photos. I have many secret photos
I have tried the following program for writing the contents into Spreadsheet. I downloaded
I have Virtual PC 2007. I am writing a C# program that will run
I'm writing an MPI C program. I have troubles debugging it, because whenever I
I have a table that contains log entries for a program I'm writing. I'm
I am writing a desktop and j2me application. I have debug statements in program.
I'm writing a C program to calculate the path of a particle (similar to

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.