Search:

Type: Posts; User: saya407

Search: Search took 0.00 seconds.

  1. #include #include main() {...

    #include<stdio.h>
    #include<conio.h>
    main()
    {
    FILE *fp,*f2;
    int i,n,x[100],num;
    int add,mul,y[110];
    int h[10]={5,2,3,6,1};
    printf("contents of DATA file");
    fp=fopen("DATA.c","w");
  2. actually i was taliking about the putw() and...

    actually i was taliking about the putw() and getw() functions which doesnt work for float.... so any other function to read and write float??? and does the read() and write() work on window OS, coz i...
  3. file operation for floating point data for window OS

    The following program is not giving the desired output. No warning is being shown. i am using an ide named "dev c++" . My main concern is to perform this operation on floating point no.s . But i am...
Results 1 to 3 of 3