Search:

Type: Posts; User: Bhuvan

Search: Search took 0.00 seconds.

  1. #include #include...

    #include<stdio.h>
    #include<conio.h>
    #include<stdlib.h>
    int main(){
    FILE *fp;
    char c;
    char str[1000];
    char name[10]="mario";
    fp=fopen("df.txt","r+");
    fputs("sdsdnsd",fp);
  2. how to read the next line in a c file

    thank u:) how to read the next line in a c file
  3. How to go to the begining of a line in a file in c

    How to go to the begining of a line in a file in c?
Results 1 to 3 of 3