Search:

Type: Posts; User: ratnakar

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,729

    Thanks Barney......will keep that in mind.....

    Thanks Barney......will keep that in mind.....
  2. Replies
    10
    Views
    1,729

    Ok. I understood the significance of not using...

    Ok. I understood the significance of not using feof. Thanks everybody.............
  3. Replies
    10
    Views
    1,729

    Oh I still am using the feof. Let me read that...

    Oh I still am using the feof. Let me read that link posted by anduril. I will post here what I discover
  4. Replies
    10
    Views
    1,729

    anduril, I changed int to char in my program and...

    anduril, I changed int to char in my program and I tried copying a pdf file. I saw the results of two files by 'ls -l' command. I still get 1 more byte in the new file. Why is that ?
  5. Replies
    10
    Views
    1,729

    thanks. I didn't get email notification , so I...

    thanks. I didn't get email notification , so I saw this late. I know that char type takes 1 byte at a time, but is 'char' not limited from 0 to 255 ?
  6. Replies
    10
    Views
    1,729

    problem with writing to a file

    Hi

    I am new here. Here I was trying to write a program to copy one file to another.


    #include <stdio.h>#include <stdlib.h>


    int main(int argc, char *argv[])
Results 1 to 6 of 6