SoumyadeepMukherjee / Matrix_Manipulation

This GitHub repository explores the various types of matrix manipulations in various programming languages.
MIT License
6 stars 25 forks source link

Added matrix Addition Using Pointers Only #42

Closed krishnavpai closed 2 years ago

krishnavpai commented 2 years ago

Demonstrated the use of malloc to assign a pointer which will point to respective element of matrix. Eager to learn and contribute. Thank you.