Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
9
Posts with Downvotes
5
Downvoting Members
5
2 Commented Posts
0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for alamu

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 …

Member Avatar for 4rajgopal
0
1K
Member Avatar for leecheneler

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

Member Avatar for deceptikon
-1
105
Member Avatar for optimus_prime_1
Member Avatar for optimus_prime_1

#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(); …

Member Avatar for deceptikon
0
756
Member Avatar for optimus_prime_1

please tell me how to remove the error of iota undeclared as shown in attachment file

Member Avatar for vijayan121
0
154
Member Avatar for optimus_prime_1

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 ....................

Member Avatar for Stazloz
0
1K

The End.