User: tendoeschate

  • Public profile

User profile: tendoeschate

User info
User name:tendoeschate
History
Joined:
Number of posts:10
Latest posts:

tree program help
my following inorder traversal program is: #include<stdio.h> struct node { int info; struct n...

using functions
my program is #include<stdio.h> struct node { int info; struct node *next; }; typed...

doubly linked list reverse
my code is #include<stdio.h> struct node { int info; struct node *next, *prev; }; ...

reversing linked list
my code is #include<stdio.h> struct node { int info; struct node *next,*prev; }; typedef st...

linked list help
my code is: #include<stdio.h> #include<iostream.h> struct node { int info; struct node *next; ...

This user does not accept Private Messages