Search:

Type: Posts; User: CodeMan10

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    3,131

    So, if I wanted it to take input from somewhere...

    So, if I wanted it to take input from somewhere and write on another file what would I have done differently?
  2. Replies
    11
    Views
    3,131

    Could you please explain to me why we are not...

    Could you please explain to me why we are not using the commands fopen and fclose since we have to read it from a file and output to a file. Since I am learning I want to be as clear as possible.
  3. Replies
    11
    Views
    3,131

    I am sorry, I did not get what you just meant.

    I am sorry, I did not get what you just meant.
  4. Replies
    11
    Views
    3,131

    https://ece15.ucsd.edu/Exams/Problem3/hopscotch.da...

    https://ece15.ucsd.edu/Exams/Problem3/hopscotch.dat-Input file
    https://ece15.ucsd.edu/Exams/Problem3/hopscotch.out-Output file
  5. Replies
    11
    Views
    3,131

    I was using online c compiler. it does not have...

    I was using online c compiler. it does not have any debugging tool. Sorry
  6. Replies
    11
    Views
    3,131

    Segmentation fault

    I am pretty new to programming and I am getting a segmentation fault and I have no idea where this is happening.


    #include <stdio.h>
    #include <stdlib.h>
    #define FIELDWIDTH 3 //The width of the...
Results 1 to 6 of 7