ahmetkaska / Vectors-Matrix-Statistical-Calculations

In order to understand the use of pointers and dynamic memory management in C language, I made a project that included various statistical calculations. I understood the methods of allocating memory space and returning the allocated spaces. I used malloc(), calloc(), realloc() and free() functions. You can examine the image of the console output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vectors-Matrix-Statistical-Calculations

In order to understand the use of pointers and dynamic memory management in C language, I made a project that included various statistical calculations. I understood the methods of allocating memory space and returning the allocated spaces. I used malloc(), calloc(), realloc() and free() functions. You can examine the image of the console output.

Ekran Resmi 2023-09-24 12 26 46

About

In order to understand the use of pointers and dynamic memory management in C language, I made a project that included various statistical calculations. I understood the methods of allocating memory space and returning the allocated spaces. I used malloc(), calloc(), realloc() and free() functions. You can examine the image of the console output.


Languages

Language:C 99.0%Language:Makefile 1.0%