Skip to content

Exercise in memory management. Multiply and print two differently-sized matrices.

Notifications You must be signed in to change notification settings

g3th/C_Multiply_Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Multiply 2x3 * 3x2 Matrices

Dynamically allocate memory for structs and arrays

Simple exercise in memory management.

Dynamic allocation passing a pointer to a struct, changing the data in a function, and printing the result.

Multiply and print two differently sized matrices, one being 2x3, and another being 3x2.

About

Exercise in memory management. Multiply and print two differently-sized matrices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages