Search:

Type: Posts; User: neo6132

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,787

    Passing And Returning Values

    ****************************************************
    Here is the question:

    Write a program that prints, in main(), the double-precision area of a circle given that a user's double-precision...
  2. Replies
    4
    Views
    1,148

    Reading from a text file

    I created the text file "jump.txt and i want C to read the information in the .txt file, then put the output onto the screen.

    /* this will read the text file: jump.txt*\
    /* and will put it on the...
  3. Replies
    4
    Views
    1,148

    Reading a file.txt

    What am i missing in this code?

    char a;
    FILE *myfile;

    myfile = fopen("jump.txt", "r");
    a = "jump.txt";
    fscanf(myfile, &a);
    printf(" %s", a);
  4. Thread: C Programming

    by neo6132
    Replies
    4
    Views
    1,150

    give me a break

    I am new to C programming and this forum so give me a break!
  5. Thread: C Programming

    by neo6132
    Replies
    4
    Views
    1,150

    C Programming

    what is the method used for printing to a printer
Results 1 to 5 of 5