Search:

Type: Posts; User: prateek88

Search: Search took 0.00 seconds.

  1. @grumpy You brought chaos in my mind....:tongue:...

    @grumpy
    You brought chaos in my mind....:tongue: but after reading your post to the end i grasped what you tried. Thanks a tone.
  2. well, i guess its just for casting purpose, but...

    well, i guess its just for casting purpose, but my compiler(gcc) doesn't show any warnings without using the cast either. So, don't know if there is a certain reason to include that.
  3. Problem in understanding few things related to FUNCTION RETURNING POINTER

    I am referring a book programming in c by Kochan and i am not getting few things on a particular code.


    #include <stdio.h>
    struct entry
    {
    int value;
    struct entry *next;
    };
    struct entry...
Results 1 to 3 of 3