10.09.2013 Views

1. Advanced Data Structure using C++

1. Advanced Data Structure using C++

1. Advanced Data Structure using C++

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

LECTURE NOTES OF ADVANCED DATA STRUCTURE (MT-CSE 110)<br />

int i,j,k,a[10][10],b[10][10],c[10][10];<br />

void main()<br />

{<br />

int m,n,p,q,ch;<br />

clrscr();<br />

while(1)<br />

{<br />

printf("\nenter the nums of row and column of matrix A\n");<br />

scanf("%d%d",&m,&n);<br />

create_m(a,m,n);<br />

printf("\nMATRIX ENTERED IS\n");<br />

display_m(a,m,n);<br />

for(i=0;i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!