Search:

Type: Posts; User: linuxlover

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    4,360

    Your code is nice ..........There are two...

    Your code is nice ..........There are two more bugs in my code.....If the first chara is '\n' it will be printed twice.................. I don't check for EOF....


    Thank u for u r...
  2. Replies
    17
    Views
    4,360

    Your code is nice ......There is also another bug...

    Your code is nice ......There is also another bug in my code ....If the first chara is '\n' it will print it twice.......... ...Also I don't check for EOF ...Your code is better than mine...
  3. Replies
    17
    Views
    4,360

    Thank you for finding the mistake in for loop...

    Thank you for finding the mistake in for loop ....
    I resolved my problem
    There were some other mistakes also .But finally I resolved all of them and gave output..Please tell me if there is any...
  4. Replies
    17
    Views
    4,360

    My concept is this about realloc.. ...

    My concept is this about realloc..

    realloc(p,no. of bytes) resizes the previously allocated memory whose address of first element is p, to a newsize specified by "no. of bytes".This may use the...
  5. Replies
    17
    Views
    4,360

    OK I understood..

    OK I understood..
  6. Replies
    17
    Views
    4,360

    look on attached file which is properly indented.

    look on attached file which is properly indented.
  7. Replies
    17
    Views
    4,360

    This is an ideological mistake came due to my low...

    This is an ideological mistake came due to my low ENGLISH KNOWLEDGE
  8. Replies
    17
    Views
    4,360

    Dynamic memory allocation problem

    I need to input a string using dynamic memory allocation and print it until heap is empty.
Results 1 to 8 of 8