Skip to content

Antech-greyhat/LearnCprogramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

c Learn C Programming

Welcome to the LearnCprogramming repository! This repository contains a collection of C programming examples and exercises for beginners and intermediate learners.

folder Repository Structure

c Beginners

This section covers the fundamentals of C programming.

  • variables1.c - Working with variables.
  • datatypes1.c - Exploring data types.
  • gettinginputfromuser.c - How to take user input.
  • if else statements.c - Decision making.
  • for loop .c, while loop.c, do while.c - Loop structures.
  • functions.c - Introduction to functions.

c++ Intermediate

This section dives into more complex concepts and problem-solving.

  • arrays and loops.c - Advanced iterations.
  • mpesa.c - Practical examples and simple applications.
  • formatspecifiers.c - Working with format specifiers.
  • triangel.c, area.c - Mathematical problems.

bash Getting Started

To compile and run any of these files, you can use a C compiler like gcc.

# Example: Compiling and running hello.c
gcc "C for Intermediate/hello.c" -o hello
./hello

animation Animation

Typing SVG

c

Happy Coding!


Made with ❤️ by Antech
github

About

C programming learning repository for both Begginers intermediate and Advanced.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors