Welcome to the C-Programming repository! This repository is a comprehensive collection of resources, examples, and exercises for learning and mastering the C programming language.
-
Updated
Nov 29, 2023 - C
Welcome to the C-Programming repository! This repository is a comprehensive collection of resources, examples, and exercises for learning and mastering the C programming language.
Welcome to the Mini C Projects repository! Embarking on the exciting journey of learning C programming can be both thrilling and challenging, especially for those who are just starting.
Comprehensive C Programming Examples and Exercises - A collection of C programming examples and exercises, covering basic to advanced concepts including input/output, control structures, functions, recursion, and more.
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
Alx low_level_programming - C programming language
Introduction to C
My ft_printf project for the 42 Cursus. A recreation of the printf function found in the <stdio.h> C Library. Bonuses in progress. 100/100
Low-level programming and algorithm carried out during Full Stack Software Engineering studies at ALX_Africa/Holberton_School.
My LIBFT project for the 42 Cursus. A C library containing general purpose functions for future projects. All bonuses complete. 125/100
C Level 2 Codes for very basic beginner topics required for learning C Programming (Thirty Three codes covering Eight topics)
Um relógio em C que fiz a partir de uma ideia quando estava cursando Programação de Computadores 1, a única forma que pensei de contar os segundos precisamente foi usando a função "sleep()" do C. Apesar de a longo prazo n ser preciso, foi uma ideia legal e achei plausível colocar aqui.
This a repository for the ALX team project for the printf project
My very first own library
This is my custom library I made while studying at 1337 and that I will update over time as I study.
Create a program that loads a sequence of numbers into an array and then calculates the average of the array elements. Allow the user to specify the size of the array, allocate the array dynamically, and use a) a function that works with the array, b) a function that uses pointers to find the average.
In this project I have recoded a few functions of the C standard library as well as some other utility functions that I will use on some of my upcoming projects. 📚
Add a description, image, and links to the c-functions topic page so that developers can more easily learn about it.
To associate your repository with the c-functions topic, visit your repo's landing page and select "manage topics."