r-solutions.blogspot.com
Program Solutions: program to check a string is palindrome or not
http://r-solutions.blogspot.com/2011/07/program-to-check-string-is-palindrome.html
Sunday, July 17, 2011. Program to check a string is palindrome or not. Puts("enter string ");. For(i=0;a[i];i );. For(i=0;i l; i , l - -). Puts("String is not palindrome ");. Puts("String is a palindrome ");. Subscribe to: Post Comments (Atom). Program to check a string is palindrome or not. Read a file and show only those line that have atl. Read a file and display its content using c langua. View my complete profile.
r-solutions.blogspot.com
Program Solutions: Smallest element from BST
http://r-solutions.blogspot.com/2009/12/smallest-element-from-bst.html
Friday, December 18, 2009. Smallest element from BST. Struct Node *right,*left;. Typedef struct Node node;. Insert as node in bst*/. Node *p=start,*t,*y;. T- right=t- left=NULL;. Node *p=start,*y;. Printf("List is empty ");. Printf("smallest element in bst =%d ",y- data);. Int val,i;. Printf("enter n number of nodes ");. Printf("Enter val ");. Subscribe to: Post Comments (Atom). Smallest element from BST. In order traversal in BINARY SEARCH TREE. View my complete profile.
r-solutions.blogspot.com
Program Solutions: read a file and display its content using c language.
http://r-solutions.blogspot.com/2011/07/read-file-and-display-its-content-using.html
Sunday, July 17, 2011. Read a file and display its content using c language. Fp=fopen("Abc.txt","r");. If(ch= EOF) break;. Subscribe to: Post Comments (Atom). Program to check a string is palindrome or not. Read a file and show only those line that have atl. Read a file and display its content using c langua. View my complete profile.
r-solutions.blogspot.com
Program Solutions: read a file and show only those line that have atleast one vowels.
http://r-solutions.blogspot.com/2011/07/read-file-and-show-only-those-line-that.html
Sunday, July 17, 2011. Read a file and show only those line that have atleast one vowels. For(i=0;a[i];i ). If(ch= 'a'ch= 'e'ch= 'i'ch= 'o'ch= 'u'). Fp=fopen("Abc.txt","r");. Fgets(a,80,fp);. Subscribe to: Post Comments (Atom). Program to check a string is palindrome or not. Read a file and show only those line that have atl. Read a file and display its content using c langua. View my complete profile.
r-solutions.blogspot.com
Program Solutions: July 2011
http://r-solutions.blogspot.com/2011_07_01_archive.html
Sunday, July 17, 2011. Program to check a string is palindrome or not. Puts("enter string ");. For(i=0;a[i];i );. For(i=0;i l; i , l - -). Puts("String is not palindrome ");. Puts("String is a palindrome ");. Read a file and show only those line that have atleast one vowels. For(i=0;a[i];i ). If(ch= 'a'ch= 'e'ch= 'i'ch= 'o'ch= 'u'). Fp=fopen("Abc.txt","r");. Fgets(a,80,fp);. Read a file and display its content using c language. Fp=fopen("Abc.txt","r");. If(ch= EOF) break;. Subscribe to: Posts (Atom).
r-solutions.blogspot.com
Program Solutions: May 2012
http://r-solutions.blogspot.com/2012_05_01_archive.html
Saturday, May 19, 2012. Int a[20],n,i,j,t;. Cout " nEnter no of elements in A ";. For(i=0;i n;i ). Cout "Enter no ";. Cout " n n List ";. For(i=0;i n;i ). Cout " " a[i];. For(i=1;i =n-1;i ). For(j=0;j n-i;j ). Cout " n n";. For(i=0;i n;i ). Cout " " a[i];. Subscribe to: Posts (Atom). View my complete profile.
r-solutions.blogspot.com
Program Solutions: January 2010
http://r-solutions.blogspot.com/2010_01_01_archive.html
Thursday, January 28, 2010. Program in C for Linear Search on array. Int find(int a[],int size,int item). For(int i=0;i 10; i ). Int a[10],b,i;. Puts("Enter 10 nos ");. For(i=0;i 10;i ). If(find(a,10,b)= 1). Puts("Element found ");. Puts("Element not found ");. Subscribe to: Posts (Atom). Program in C for Linear Search on array. View my complete profile.
r-solutions.blogspot.com
Program Solutions: November 2009
http://r-solutions.blogspot.com/2009_11_01_archive.html
Thursday, November 19, 2009. Program of queue using array. Program of queue using array*/. Int a [10];. Int r= -1;. Int f = -1;. Printf("Queue Overflow n");. Else if (r= -1) {. A[r] = val ;. If (f = -1). Printf("Queue Underflow n");. If (f = -1). Printf("Queue is empty n");. Printf("Queue is : n");. Printf("%d ",a[i]);. Int choice,val;. Printf("1.Insert n");. Printf("2.Delete n");. Printf("3.Display n");. Printf("4.Quit n");. Printf("Enter your choice : ");. Printf("Wrong choice n");. Struct Node *next;.
r-solutions.blogspot.com
Program Solutions: Bubble Sort
http://r-solutions.blogspot.com/2012/05/bubble-sort.html
Saturday, May 19, 2012. Int a[20],n,i,j,t;. Cout " nEnter no of elements in A ";. For(i=0;i n;i ). Cout "Enter no ";. Cout " n n List ";. For(i=0;i n;i ). Cout " " a[i];. For(i=1;i =n-1;i ). For(j=0;j n-i;j ). Cout " n n";. For(i=0;i n;i ). Cout " " a[i];. Subscribe to: Post Comments (Atom). View my complete profile.