Try this coding in the manner...........u got answer #include <stdio.h> void afunction(int *x) { x=new int; *x=12; } int main()...
Thanks shabbir
i will correct that in my next article. Thanx for ur suggestion
Re: Sort Linked List(Simple coding for sorting) #include<stdio.h> #include<stdlib.h> void create(); void show(); void sort(); struct node...
Ya........ I accepted but it is for beginners.....
Data Structures operations using STL(Standard Template Library) #include<iostream> #include<vector> #include<algorithm>// Included for...
Good one
Good one................ Hats up..............
Re: hex to octal conversion Supriya, Shabbir already provide a good article for number conversion.Go thru it for all type of number...
I agree ur point (i.e clrscr() function not worked in MS Compiler)but I just run that program in Turbo compiler. Regards Guna
A Simple program for implementing Linked Stack #include<stdio.h> #include<stdlib.h> #include<conio.h> struct node { int data;...
Separate names with a comma.