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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:56:00+00:00 2026-05-31T04:56:00+00:00

I am trying to make a program which needs scans in more than one

  • 0

I am trying to make a program which needs scans in more than one word, and I do not know how to do this with an unspecified length.
My first port of call was scanf, however this only scans in one word (I know you can do scanf(“%d %s”,temp,temporary);, but I do not know how many words it needs), so I looked around and found fgets. One issue with this is I cannot find how to make it move to the next code, eg

scanf("%99s",temp);
printf("\n%s",temp);
if (strcmp(temp,"edit") == 0) {
  editloader();
}

would run editloader(), while:

fgets(temp,99,stdin);
while(fgets(temporary,sizeof(temporary),stdin))
    {
        sprintf(temp,"%s\n%s",temp,temporary);
    }   
if (strcmp(temp,"Hi There")==0) {
  editloader();
}

will not move onto the strcmp() code, and will stick on the original loop. What should I do instead?

  • 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-31T04:56:02+00:00Added an answer on May 31, 2026 at 4:56 am

    I would scan in each loop a word with scanf() and then copy it with strcpy() in the “main” string.

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

Sidebar

Related Questions

I'm trying to make a program which creates a spaceship and I'm using the
Hello guys look to my code I'm trying to make a program which asks
Context: I'm trying to do is to make a program which would take text
A am trying to make a program that takes a signal from one class
this is my first post here! I'm trying to make a windows forms program
I'm trying to make a program in Visual C# that has my one created
I'm trying to make fdisk program in Linux. I have a buffer which contains
I'm trying to make my program read/write in a database. I found this sample
I am trying to make a program which will need to execute a lengthy
I am trying to make a program that automatically corrects the perspective of a

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.