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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T21:00:48+00:00 2026-05-14T21:00:48+00:00

I have a pretty easy question. (using C) In a sentence such as In

  • 0

I have a pretty easy question. (using C)

In a sentence such as

In this document, there are 345 words and 6 figures

How can I scan 345 and 6 while ignoring all that is in between ?

I tried fscanf(FILE *pointer,"%d %d",&words,&figs);
But it only gets the first value …

What am I doing wrong ?

EDIT

Im sorry I forgot to mention, the statement is always fixed …
In this document, there are # words and # figures

  • 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-14T21:00:49+00:00Added an answer on May 14, 2026 at 9:00 pm

    This is because functions of the scanf() family are meant to read from strings written with a printf() like function with the same format. Since is the case here, no need to resort to string parsing and conversions to integers:

    const char *format = "In this document, there are %d words and %d figures";
    
    int n = fscanf(fp, format, &words, &figs);
    if (n != 2) //--- not recognized ...
    

    Of course, the format has to be exactly the same, at least before the values that are read, so it’s safer to keep it in one place, following the Once and Only Once principle, and necessary to test the fscanf() return code.

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

Sidebar

Related Questions

This is pretty easy question, but I have been unable to find the solution
I have a quick question about something I imagine must be pretty easy -
I have a feeling that this query is pretty easy to construct, I just
I'm pretty sure it's easy but I can't seem to find it. I have
I have pretty simple jquery code : $(document).ready(function(){ $('img.marqFl').on({ mouseenter: function() { $(this).animate({height: 300},
I am pretty new to rails so this may be an easy question, but
This sounds like a pretty easy question to answer but I haven't been able
I'm thinking that this is pretty easy to do. Say I have the following
OK, I know this question seems pretty easy to answer, or maybe documented, but
I've been testing in Selenium IDE. It's pretty easy to use, and I have

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.