Switch to full style
For C/C++ coders discussions and solutions
Post a reply

print element in 2d matrix

Fri Apr 08, 2011 10:31 pm

Print the value in the 2nd row and the 2nd column in (int yet[4][5];)?



Re: print element in 2d matrix

Fri Apr 08, 2011 11:00 pm

just like this :
Code:

cout
<<yet[1][1];
 


Post a reply
  Related Posts  to : print element in 2d matrix
 Matrix multiplication     -  
 Matrix Operations     -  
 Matrix Multiplication using java     -  
 How to do a array matrix program     -  
 Matrix multiplication (Product) using C++     -  
 Sparse matrix using a class     -  
 create Sparse Matrix in java     -  
 Help for Print using php     -  
 Print the ASCII Set     -  
 How to print a webcam picture in Jsp     -  

Topic Tags

C++ Arrays