can somebody please help me out in writing matrix 10*10 matrix program.
thanks in advance

Recommended Answers

All 2 Replies

int main( )
{
int matrix[10][10];
return 0;
}

Now, what do you need to do with it?

What's the problem, show the work you've done, explain where you feel you are having difficulty.
Val

actually i need a matrix program .....
10 * 10........
like a program that asks entering a matrix value.......
and solve that matrix......

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.