c-functions

There are 17 repositories under c-functions topic.

  • c-programming

    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.

    Language:C8101
  • 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.

    Language:C7102
  • 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.

    Language:C5201
  • 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.

    Language:C3100
  • mukhtarB/alx-low_level_programming

    Programming in C Low level Language

    Language:C3100
  • holbertonschool-low_level_programming
  • JMK-WRL/alx-low_level_programming

    Alx low_level_programming - C programming language

    Language:C2100
  • 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

    Language:C1100
  • 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

    Language:C1100
  • subidbiswasjr08/C-Programming-L2

    C Level 2 Codes for very basic beginner topics required for learning C Programming (Thirty Three codes covering Eight topics)

    Language:C1100
  • Technerdguy1/alx-low_level_programming

    Low-level programming and algorithm carried out during Full Stack Software Engineering studies at ALX_Africa/Holberton_School.

    Language:C1101
  • 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.

    Language:C0100
  • 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.

    Language:C0100
  • HeLaughs/printf

    This a repository for the ALX team project for the printf project

    Language:C10
  • 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. 📚

    Language:C10
  • 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.

    Language:C20