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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:32:05+00:00 2026-05-25T21:32:05+00:00

I have a data file that contains the following information for radius, density, acceleration,

  • 0

I have a data file that contains the following information for radius, density, acceleration, and pressure:

1.464e+22 1.403e-25 1.290e-08 6.325-10

1.539e+22 1.394e-25 1.680e-08 6.309-10

1.616e+22 1.384e-25 2.030e-08 6.289e-10

1.693e+22 1.373e-25 2.344e-08 6.266e-10

1.769e+22 1.362e-25 2.628e-08 6.239e-10

How can I store this data in arrays (e.g., radius[], density[])? The code to read the data file is as follows:

#include"stdio.h"

#define NDATA 5

int main()    
{    
    FILE *fo;

    int i;
    float r[NDATA];
    float rho[NDATA];
    float g[NDATA];
    float p[NDATA];

    fo = fopen("data.txt", "r");


    /* Read data */
    for (i = 0; i<NDATA; i++)
    {   
        fscanf(fo, "%f %f %f %f", &r[i], &rho[i], &g[i], &p[i]);
        printf(" read line %d %e %e %e %e\n", i, r[i], rho[i], g[i], p[i]);
    }   
} 
  • 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-25T21:32:05+00:00Added an answer on May 25, 2026 at 9:32 pm
    #include"stdio.h"
    
    #define NDATA 5
    
    int main()    
    {    
        FILE *fo;
    
        int i;
        float r[NDATA];
        float rho[NDATA];
        float g[NDATA];
        float p[NDATA];
    
        fo = fopen("data.txt", "r");
        fscanf();
        fscanf();
    
        /* Read data */
        for (i = 0; i<NDATA; i++)
        {   
            fscanf(fo, "%f %f %f %f", &r[i], &rho[i], &g[i], &p[i]);
            fscanf(fo);
            printf(" read line %d %e %e %e %e\n", i, r[i], rho[i], g[i], p[i]);
        }   
    } 
    

    This should work since you will not be reading in the first two lines and blank lines.

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

Sidebar

Related Questions

I have an xls. file that contains the following information I want to delete
I have Text file that contains data separated with a comma , . How
I have a text file that contains cached data in JSON format. I'm trying
I have a .csv file that contains data for only certain columns in a
For an XML file I am creating I have data that contains a bullet
So what I have is a MS Word docx file that contains some data
I have a windows mobile 5.0 application (smartphone) that contains a flat data file
I have generated an XML file that and one of the nodes contains data
I have a data file that looks like the following example. I've added '%'
I have a text file that contains a data like ID Name Path IsTrue

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.