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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:46:42+00:00 2026-06-10T10:46:42+00:00

When I was toying around with some of the provided code from an online

  • 0

When I was toying around with some of the provided code from an online site, I have rather encountered a bizarre glitch I have never expected: a variable suddenly changes its value without any manual assignment.

here is the code below:

int rc = fwrite(conn->db, sizeof(struct Database), 1, conn->file);
printf("rc is equal to %d\n", rc); // should print out 1
if (rc != 1) die("Failed to write Database.");

rc = fflush(conn->file);
printf("rc is equal to %d\n", rc); // should print out 0
if (rc == -1); die("Cannot flush database"); // error handling
// error comes up because rc suddenly changes to -1

I do not understand how it happens, but like to know why a variable suddenly changes in C when it is not supposed to.

code source:
http://c.learncodethehardway.org/book/learn-c-the-hard-waych18.html
(Heap Stack and Memory under Database_write)

By the way, I am using vim in Terminal on Mac osx 10.6 snow leopard.

  • 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-10T10:46:43+00:00Added an answer on June 10, 2026 at 10:46 am

    It does not change to -1. It is still zero.
    You have a semicolon (;) in your code where you should not have it.
    You should have instead:

    if (rc == -1) die("Cannot flush database");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to get my head around some errors I get when
Here, is my code. Just trying to wrap my head around some of the
I have looked around for quite some time trying to get openCV installed. I'm
I have a wordpress site that was built for me by a developer some
I'm trying to wrap my head around CQRS. I'm drawing from the code example
I have a series of draggable images and some droppable folders. I'm looked around
so I am trying to drag around some images in a canvas. I am
I'm trying to play around with some music clustering algorithms, and I thought that
I'm new to Dojo, and I'm trying to get my head wrapped around some
I am playing around with some recursion, and trying to count the number of

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.