Latest News
Showing posts with label function. Show all posts
Showing posts with label function. Show all posts
gilogo - - to

There are three ways in which we can pass a 2-D array to a function.these are illustrated in the following program. main() { int a[3][4]={1,... [...]

gilogo - - using

/*program of addition of two given 3X3 matrix through function*/ #include < stdio.h > #include < conio.h > void show_matrix( in... [...]