Skip to content

Commit

Permalink
Update bin_out.c
Browse files Browse the repository at this point in the history
  • Loading branch information
shivani-madugula authored Feb 21, 2019
1 parent 82dff26 commit ea29bb7
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions Edit_opt/bin_out.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,9 @@ main()
}

}
}
//fprintf(fptr,"11011011");
}
free(str);
fclose(fptr);

//FILE *fp;
//char c[] = "this is tutorialspoint";
//char buffer[8];

/* Open file for both reading and writing */
//fp = fopen("samp_bin.bit", "r");

/* Write data to the file */
//fwrite(c, strlen(c) + 1, 1, fp);

/* Seek to the beginning of the file */
//fseek(fp, 0, SEEK_SET);

/* Read and display data */
//fread(buffer, 8, 1, fp);
//printf("%s\n", buffer);
//fclose(fp);

}

0 comments on commit ea29bb7

Please sign in to comment.