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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:40:37+00:00 2026-06-03T07:40:37+00:00

How is the Custom Run sheet Program Input field used in CodeRunner say for

  • 0

How is the Custom Run sheet Program Input field used in CodeRunner say for a C or Objective-C program?

  • 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-03T07:40:39+00:00Added an answer on June 3, 2026 at 7:40 am

    The text entered in the Program Input text box will be sent to your program/script through the standard input. You can access the input in the same way that you would access the standard input using your language of choice.

    In C, you’d use the standard fread, fgets, fgetc etc functions. The following example will echo the supplied text in the Program Input to the console:

    #include <stdio.h>
    
    int main(int argc, char *argv[]) {
        char str[80];
    
        while(fgets(str, sizeof(str), stdin)) {
            printf("%s", str);
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

To run a program with custom env settings, we do this on Linux $
Let's say you have a custom form MyForm : Form and want to run
I am new to ninject, I am wondering how I can run custom initizlisation
How can I protect my web server, if I run custom users code on
I'm trying to run a custom WinHTTP based web-server on Windows Server 2008 machine.
We're using the Maven exec:java goal to run a custom java application that configures
I have a custom SQL query that I run with this line: @avg_score =
I have a custom server in C# being run on Ubuntu 11.10 under mono.
I am creating a custom test runner for JUnit test cases using JUnitCore's run(junit.framework.Test
I have developed a custom target, that needs to run only if the compilation

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.