| http://www.w3.org/ns/prov#value | - For example check the article on Circular Doubly Linked List (which I am gonna write soon) will even help to make things much easier using a doubly linked listReplyDeleteAnonymousJuly 1, 2012 at 7:43 AMIn create_head //NODE *head = (HEAD *)malloc(sizeof(HEAD)); Why Head is a pointer to Node ?why can not it be like this ?HEAD *head = (HEAD *)malloc(sizeof(HEAD));ReplyDeleteAnonymousJuly 2, 2012 at 8:
|