Blogspot - labmanual.blogspot.in - Anna University Lab Manuals For Engineering Students

General Information:
Latest News:
C PROGRAM TO IMPLEMENT LINKED LIST ALGORITHM 29 Jan 2012 | 05:34 pm
ALGORITHM TO IMPLEMENT LINKED LIST 1. t = newmode( ) 2. Enter info to be inserted 3. Read n 4. t info = n 5. t next = start 6. Start = t INSERTION BEGIN 1. t next = start 2. .....
C PROGRAM TO IMPLEMENT BINARY SEARCH TREE 29 Jan 2012 | 05:32 pm
ALGORITHM TO IMPLEMENT BINARY SEARCH TREE INSERTION 1. t = newnode 2. t info = n 3. t left = t right = NULL 4. If (root = NULL) root = t return 5. ptr = root 6. Repeat s...
C PROGRAM TO IMPLEMENT QUICK SORT ALGORITHM 29 Jan 2012 | 05:30 pm
ALGORITHM TO SORT ARRAY USING QUICK SORT 1. low =l, high = h, key a[(l+h)/2] 2. Repeat through step 7 while (low <= high) 3. Repeat step 4 while (a[low] < key) 4. low = low +1 5. Repeat step...
C PROGRAM TO FIND TRANSPOSE OF A MATRIX 29 Jan 2012 | 05:29 pm
transpose of a matrix #include<stdio.h> # include<conio.h> void main() { int a[10][10],b[10][10],i,j,m,n; clrscr(); printf("Enter the order of the matrix\n"); printf("No. of rows : \n"); scan...
C PROGRAM FOR MATRIX ADDITION 29 Jan 2012 | 05:28 pm
matrix addition #include<stdio.h> #include<conio.h> void main ( ) { int a[2][2],b[2][2],s[2][2],i,j; clrscr (); printf("enter first matrix: \n"); for ( i=1; i<=2; i++) { for ( ...
C PROGRAM FOR MATRIX MULTIPLICATION 29 Jan 2012 | 05:27 pm
matrix multiplication #include<stdio.h> #include<conio.h> void main( ) { int a[2][2], b[2][2],s[2][2]; int i,j,k; clrscr(); printf("Enter first matrix:\n" ); for( i=1;i<=...
ALGORITHM AND C PROGRAM TO SEARCH AN ELEMENT USING BINARY SEARCH 29 Jan 2012 | 05:26 pm
ALGORITHM TO SEARCH AN ELEMENT USING BINARY SEARCH 1. low = 1,high = n 2. Repeat step 3 to 5 while low <= high 3. mid = (low + high) 4. If a[mid] = x Print “ found at mid” Ret...
ALGORITHM TO SEARCH AN ELEMENT USING LINEAR SEARCH (PROGRAM AND ALGORITHM) 29 Jan 2012 | 05:24 pm
ALGORITHM TO SEARCH AN ELEMENT USING LINEAR SEARCH 1. Set k := 1 & loc : = 0 2. Repeat step 3 & 4 while loc : = 0 &k < = n 3. If (item = data[k]) loc : = k Else K = k + 1 ...
ANNA UNIVERSITY 3RD SEMESTER NOVEMBER/DECEMBER 2011 RESULTS | AUT 3RD SEM RESULTS | THIRD SEM AUT RESULTS NOV/DEC 2011 | ANNA UNIVERSITY OF TECHNOLOG... 9 Jan 2012 | 03:03 pm
WHEN WILL BE THE ANNA UNIVERSITY OF TECHNOLOGY,CHENNAI THIRD SEMESTER RESULTS ANNOUNCED 3RD SEMESTER AUT EXAMINATIONS ARE ALREADY GOT OVER BY THE END OF NOVEMBER 2011 , PAPER EVALUATION GOT OVER BY D...
ANNA UNIVERSITY COIMBATORE NOV/DEC 2011 RESULTS | AUT COVAI NOV/DEC 2011 RESULTS | 3RD ,5TH,7TH SEM COVAI ANNA UNIV RESULTS NOV.DEC 2011 | 9 Jan 2012 | 02:44 pm
ANNA UNIVERSITY OF TECHNOLOGY COIMBATORE NOVEMBER/DECEMBER 2011 RESULTS WILL BE ANNOUNCED SHORTLY i.e. BY 9 AM TODAY ANNA UNIVERSITY OF TECHNOLOGY COIMBATORE CONTROLLER OF EXAMINATIONS AFFILIATED C...