- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 9
- Posts with Downvotes
- 5
- Downvoting Members
- 5
6 Posted Topics
new program which even reverses linked list insert,sort,reverse,delete,search every thing now available #include<stdio.h> #include<stdlib.h> struct Node; typedef struct Node *PtrToNode; typedef PtrToNode List; typedef PtrToNode Position; Position Find( int X, List L ); void Delete( int X, List L ); Position FindPrevious( int X, List L ); void Insert( int …
yes daniweb is not user friendly and it should allow its users to delete their thread i hate daniweb for this reason and surely it will be loosing its fame if daniweb continues in this fasion
#include<stdio.h> #include<conio.h> struct adj_node { char nam; struct adj_node *adj_next; }; struct node { char name; struct adj_node *down; struct node *next; }; struct node * gins(struct node *); struct node * lins(struct node *); main() { int n,i,j; char c,r; struct node *g,*t; g=malloc(sizeof(struct node)); g->next=NULL; g=gins(g); g=lins(g); getch(); …
please tell me how to remove the error of iota undeclared as shown in attachment file
please install this C++ software and according to image i am getting few errors will some one help me solve this problem ? software link : http://www.ziddu.com/download/17082595/turboc.zip.html image link : http://www.ziddu.com/download/17082611/untitled.JPG.html thank you ....................
The End.