c-functions
There are 17 repositories under c-functions topic.
dkv204p/c-programming
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.
zby-zy/mini-c-projects
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.
smokemh/C-Programming
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.
mouaammou/libft-42
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
mukhtarB/alx-low_level_programming
Programming in C Low level Language
b-duncs/holbertonschool-low_level_programming
Introduction to C
JMK-WRL/alx-low_level_programming
Alx low_level_programming - C programming language
lachlanstephen/ft_printf_42
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
lachlanstephen/LIBFT_42
My LIBFT project for the 42 Cursus. A C library containing general purpose functions for future projects. All bonuses complete. 125/100
subidbiswasjr08/C-Programming-L2
C Level 2 Codes for very basic beginner topics required for learning C Programming (Thirty Three codes covering Eight topics)
Technerdguy1/alx-low_level_programming
Low-level programming and algorithm carried out during Full Stack Software Engineering studies at ALX_Africa/Holberton_School.
alouane04/C-Library-Functions
This is my custom library I made while studying at 1337 and that I will update over time as I study.
Nalim1955/Number_sequence_with_pointers_function
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.
HeLaughs/printf
This a repository for the ALX team project for the printf project
Mouad-El-Asri/libft
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. 📚
PabloFLPs/Relogio-PC1
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.