c-programming-language
There are 511 repositories under c-programming-language topic.
pasqualerossi/42-Piscine
42 Piscine C Projects
umutsevdi/wear-pico
An open source Smartwatch firmware written in C for the Raspberry Pi Pico
roscibely/algorithms-and-data-structure
Repository for PEX1241|PET2033 Algorithms and Data Structure I subject/course on Information Technology - UFERSA
RTEdbg/RTEdbg
Fast and flexible data logging/tracing toolkit for software testing and debugging. Minimally intrusive C/C++ code instrumentation, host-based decoding application, demo code included.
ThusharaX/C-programming
C programming questions and answers
courses-at-nju-by-hfwei/cpl-resources
Resources on the C Programming Language @ software.nju.edu.cn
akhtar02/Scientific-Calculator-in-C
This Reopositories is a Scientific Calculator 💗 using C-Graphics 😍
singhofen/c-programming
These are small C language programs meant for learning and understanding the fundamentals of programming.
webwithaman/c-programming-questions
This repository contains a collection of programming questions and solutions in the C programming language. The questions cover various fundamental concepts such as Input/Output, Operators, Decision Control, Loops, Functions, Arrays, Strings, Pointers and more.
PublioElio/School42-Piscina-agosto-2022
Ejercicios realizados durante la :swimmer: piscina (C Piscine) de agosto de 2022 en School 42 Málaga :sunny: (Fundación Telefónica)
Welding-Torch/installc
Install C on Windows with just one click.
checkedc/checkedc-fork
This was a fork of Checked C used from 2021-2024. The changes have been merged into the original Checked C repo.
LeeSinLiang/C-Skysrcaper-Puzzle
Skyscraper puzzle solver in C
tomas-fryza/avr-course
AVR course at Brno University of Technology
rixed/junkie
An extensible deep packet inspector.
ascendho/C-Programing-Language
浙江大学《C语言程序设计》第四版——何钦铭 颜晖(教材源码、PTA练习题、实验、教师用书、课件资源)
michaelkolesidis/learnc
Educational material and examples for those interested in learning the C programming language
naemazam/Hotel-Management-System
Password Protected Hotel Management System in C language.
samarjitsahoo/C_Programming
C is a foundational, high-performance programming language renowned for its efficiency and control over system resources. It provides a robust framework for developing operating systems, embedded systems, and software that demands close-to-hardware performance. C's concise syntax and widespread influence make it a key language for understanding.
ValentineFernandes/C
C program
Nishan-Pradhan06/c_programming
c_programming_basic
Smithsonian/SuperNOVAS
The Naval Observatory NOVAS C astrometry library, made better
TSG405/C-for-Everyone-Programming-Fundamentals
This Repo is meant and maintained to help learners complete the course -- "C-for-Everyone-Programming-Fundamentals-by-University-of-California-Santa-Cruz", in COURSERA.
courses-at-nju-by-hfwei/cpl-lectures
Lectures on the C Programming Language https://courses-at-nju-by-hfwei.github.io/cpl-lectures/
michaelkolesidis/dragons_dice_roller
Dragon's Dice Roller is the first and (so far the only) open source RPG dice roller written in C available on GitHub. It aims to be a lightweight, simple, reliable and easy-to-use dice roller for any kind of role-playing game.
arasgungore/Learning-C-Programming
An archive containing all of the Turkish C coding lectures and exercises I have written back when I have started learning programming.
adityamangal1/C-Programming
C programming example codes.
aydinnyunus/CProjects
C Projects
Google-Developers-Sohag/Embedded-Engineering-Portals
A repository for embedded systems learning portals
jminjares4/Microprocessor-2-Lab-Template
Microprocessor 2 Lab Template
xuehao/Roberts.CS1.C
cslib for The Art and Science of C and Programming Abstractions in C by @eric-roberts
amirHosseinEz/CPS-AVR
This is AVR project of Micro Processor course.
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.
Krypto-etox/C-language-book-solutions
The C Programming Language. 2nd Edition Book by Brian Kernighan and Dennis Ritchie, Solutions of All the chapters in detailed Program solutions.. . Learns and Enjoy
mozancetin/c-projects
Some C Projects
BrightDaniel/mybank
MyBank is a simple banking application implemented in C. It provides basic banking functionalities such as creating an account, transferring money, depositing money, checking the account balance, and generating transaction receipts. This project is developed as a learning exercise to demonstrate fundamental programming concepts.