Skip to content

4yub1k/learn-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-c

C practice ground

Install:

  1. C\C++ [VS Code plugin]
  2. Code Runner [VS Code plugin] (Optional)
  3. MingW x64 windows Download and install.
  4. Add PATH to bin, in User variables. C:\mingw64\bin, or where you installed mingw64/bin
  5. Check if path is working. Open CMD and enter gcc --version
C:\Windows\System32>gcc --version
gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

NOTE: Read Book side by side. Download

Table of Contents

1- Comments & escape sequences
2- Variables
3- Data types
4- Format specifiers
  4.1 Format specifiers.png
  4.2- Format
5- Arithmetic
  5.1- Arithmetic.png
6- Input
  6.1-Math.png
7- Math.c
  7.1- Circum
8- Switches
9- If-statement
10- Operators
11- C-Operators.pdf
12- Functions
  12.1- Function prototyping
13- Ternary operator
14- String library
15- For loop
16- While loop
17- Do-while
18- Nested loop
19- Continue and break
20- Array
  20.1- 2D Array
  20.2- MultiDimenional Array
  20.3- 3D-Array.jpg
21- String 2D arrray
22- Structures
23- Type def #
24- Array of structs
25- Enums
26- Bitwise(Logic)
27- Memory
28- Pointers
29- Files
30- Goto-statement

Programs:

Hope you enjoyed it 🍰, Feel free to share it.

About

C practice ground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages