An open API service indexing awesome lists of open source software.

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.

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 |