User Profile

Collapse

Profile Sidebar

Collapse
ndv472
ndv472
Last Activity: Jan 10 '14, 06:19 AM
Joined: Jan 10 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ndv472
    started a topic regarding file handling and conversion of data
    in C

    regarding file handling and conversion of data

    sir
    i am having a 1file (given file) and in that i have some binary information and i niw i want to convert those binary information into decimal form and save it into new file (output fle)
    i was written a code but that was not working properlyplease help me out
    thank you

    mycode
    Code:
    main()
    {
    int i,j,n,ch;
    int a[100][100];
    FILE *p,*q;
    char file1[20],file2[20];
    
    printf("enter
    ...
    See more | Go to post
    Last edited by Banfa; Jan 10 '14, 10:22 AM. Reason: Please use code tags

  • ndv472
    started a topic regarding file handling
    in C

    regarding file handling

    sir
    when we use "fopen" then we have to specify a file name so after writing a program to open any file so where we have to save that file (location of file) so that it will open in which drive and in which folder.
    See more | Go to post
No activity results to display
Show More
Working...