Hi I have this small doubt. i am not good in C . i like to bring i,j,pi values to subroutine and bring back Asi to main program. how to write ! Plz help..
#include <stdlib.h>
#include <math.h>
double A_operate(int i,int j)
void main()
{
double Ai, pi[10][10],r[10][10];
int i,j,n,m;
n=6...