Posts by Jr Felix • 1 point
1 post
-
0
votes1
answer74
viewsQ: Is this valid (x = (*mat)+;)?
(x = (*mat)++;) If it is valid, explain to me why and how it will work.
1 post
0
votes1
answer74
views(x = (*mat)++;) If it is valid, explain to me why and how it will work.