Oh...now I guess there must be some error in my concept....
Excuse me.....but I found no attachment????!!!
By *t=(*t)->link; we actually move the pointer to a pointer t to the next node, in this way, beginning from the top, we traverse the whole list,...
Re: Stack Implementation using Linked list Oh......excuse me.....I haven't seen it....sorry....cannot it be moved??? If possible, then please...
Have a look at my argument...it's similar, except for the display is in a equilateral triangular fashion.... #include<stdio.h>...
I have some problem regarding my own stack program using linklist....every thing is ok except for the display function....the program while...
Now I follow it....I have understood all of it....thanks sir...
Dear sir....I beg thousand perdons....I expected my output to be {{1,3},{7,9}}.... And I ave tried ALL the codes you have referred....and it is...
Yes.....it will change I think, because you have not specified the size of dest initially....else you would have to allocate it dynamically.......
I know, I know that sorting has nothing to do with the initial post....sorry for my bad english....but what I wanted is to point out the factors...
Sure.....I won't mind....jsut post it because I wanna learn in details.....
Thanks......now I hope I understand the lot....thank you very very much xpi0tos
Actually i first tried with th given code for which the output was: (ike I don't know why.... But then when I changed str1[3] to...
I have tried it in my pc....I modified it a bit....and it is running without error.... my code is... #include<stdio.h> #include<conio.h>...
Oh dear.....probably u know it by an other term, but they are the facts for which a quick sort is better than a bubble sort....
Well....then I will use pointers....e.g. void mystrcpy(char *a, char *b) { while(*b!='\0') { *a=*b; b++; a++; } *a='\0'; } I...
Yes I have tried adding debugging code....but it did not help much....
Yes I can....help me in debugging the program..... for cofactor, please see here..... http://en.wikipedia.org/wiki/Cofactor_(linear_algebra)
Why....any problem of posting it here?? You better ask Shabbir then...
I don't understand if there is any point of showing attitudes and shouting spells at each other..... Can't you guys think a bit more calm 'n...
Separate names with a comma.