https://github.com/micahondiwa/alx-pointers_arrays_c
Implementing pointers and arrays in C.
https://github.com/micahondiwa/alx-pointers_arrays_c
malloc malloc-free malloc-library pointer pointers-and-arrays pointers-and-references pointers-in-c sizeof
Last synced: about 2 months ago
JSON representation
Implementing pointers and arrays in C.
- Host: GitHub
- URL: https://github.com/micahondiwa/alx-pointers_arrays_c
- Owner: micahondiwa
- Created: 2022-09-19T09:26:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T15:20:15.000Z (over 2 years ago)
- Last Synced: 2025-02-09T07:35:39.994Z (4 months ago)
- Topics: malloc, malloc-free, malloc-library, pointer, pointers-and-arrays, pointers-and-references, pointers-in-c, sizeof
- Language: C
- Homepage: https://github.com/micahondiwa/alx-pointers_arrays_c
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pointers and Arrays in C
- Projects done during my Full Stack Software Engineering studies at [ALX Africa](https://www.alxafrica.com/software-engineering-2022/), a course offered by [Holberton School](https://www.holbertonschool.com/).## Technologies
- Files written in ```vi```, ```vim```, and ```emacs``` editors.
- C files compiled using ```gcc 9.4.0```.
- C files wriiten according to the betty coding style. Checked using [betty-style.pl](https://github.com/holbertonschool/Betty/blob/master/betty-style.pl) and [betty-doc.pl](https://github.com/holbertonschool/Betty/blob/master/betty-doc.pl).
- Files tested on ```Ubuntu 20.04``` LTS using ```gcc```.## Directories
| File | DQuestion |