11 results for “topic:c-arrays”
These are small C language programs meant for learning and understanding the fundamentals of programming.
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.
Type-safe vector type generator for C
What is C?
Unfinished Project, For Fun Only
C Level 2 Codes for very basic beginner topics required for learning C Programming (Thirty Three codes covering Eight topics)
A C program that generates two strings and a replacement character, then filters the first string by replacing any characters that appear in the second string with the specified replacement character.
Some Basic C Examples describing various features in the C Language
Dynamically sized vector/array in C implemented using fat pointers
💡 Learn C step-by-step with clean & tested programs 🔁 Practice logic, syntax, functions & memory concepts 🔥 Build confidence for DSA & advanced languages. 🚀 Hands-on real project learning 🔍 Structured roadmap to build strong coding fundamentals 📊 Assignments, patterns & algorithmic tasks.
Practice implementing sorting algorithms: Develop bubble sort and selection sort algorithms to arrange an array of integers in ascending order.