Search:

Type: Posts; User: nagu

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    1,645

    i dont really understand the logic behind this......

    i dont really understand the logic behind this... im still thinking how to change my code
  2. Replies
    14
    Views
    1,645

    do anyone have an alternate code for this?

    do anyone have an alternate code for this?
  3. Replies
    14
    Views
    1,645

    yeah i ve corrected it still its not working.......

    yeah i ve corrected it still its not working.... :(
  4. Replies
    14
    Views
    1,645

    i havent got the solution yet someone solve this...

    i havent got the solution yet someone solve this out for me
  5. Replies
    14
    Views
    1,645

    is this the only problem? im getting a dump error

    is this the only problem?
    im getting a dump error
  6. Replies
    14
    Views
    1,645

    #include int main(int argc,char **argv)...

    #include<stdio.h>
    int main(int argc,char **argv)
    {
    FILe *fp1;
    char c;
    int n;
    char a[];
    int g;
    fp1=fopen(argv[1],"wc");
    n=0;
  7. i think its right.....

    i think its right.....
  8. Replies
    1
    Views
    1,768

    how to replace printf with sprintf?

    i have to search for a word say printf in the file got as input through command line arguement
    whether printf comes i have to replace it with sprintf
  9. Replies
    14
    Views
    1,645

    repacing printf with sprintf please help

    i have to search for a word say printf in the file got as input through command line arguement

    whether if printf appears i have to replace it with sprintf


    please help me out with this coding
Results 1 to 9 of 9