Search:

Type: Posts; User: rameshs

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,350

    how to read each line in text??

    hello,

    I want to read a line in a file1.txt and check if the first letter contains 'a' or 's' , then print it in another file file2.txt.


    I am trying it by fread and fwrite.

    I did it for...
  2. Replies
    2
    Views
    3,914

    how to call a C function from another file

    hi,


    I want to call a C function from another file.
    I want to call fun1() from secondfile.c into mymain.c file.
    main () is located in mymain.c .



    main ()
Results 1 to 2 of 2