how to replace particular row and column value

hi i have a matrix. in this i need to modify only particular value( 5th row 6th column) for this case how to write code ??
Last edited on
closed account (D80DSL3A)
matrix_name[4][5] = value; ?
Topic archived. No new replies allowed.