Skip to content

I learned the C programming language and documented my journey through these notes. πŸ–₯️ This repository includes: πŸ“ Key concepts and syntax of C πŸ”’ Examples of commonly used programs πŸ› οΈ Tips and tricks for beginners πŸ“‚ Well-structured notes for easy understanding Perfect for anyone starting with C programming or revising the basics! πŸš€

Notifications You must be signed in to change notification settings

PratikRameshMajage/C_Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

C Programming Syllabus.

  1. Compiler
  2. Interpriter
  3. Assembler
  4. Life Cycle of C Programming
    # - Preprocessor | Interupt Processor and Execute Current File 

    include - Include Libraries

    <> - Bin Folder Path

    stdio - Standard Input | Output
    
    conio - Console Input | Output

    Preprocessor -> .c -> HLL(High Level Language) -> Source File(Readable File)(Complexity is Present)

    Compiler -> .c -> Check Syntatical Errors(Grammer) -> If Error Then It Returns Error -> Compile time Error

    Assembler -> .obj -> MLL(Machine Level Language) - > Assembly Language (.asm) -> Check Logick in the given Progeram -> Run time Error -> Convert into Binary language

    *Linker/Loader -> 
     
    Executable File -> .exe -> Executable File(Readable format)(Complexity is Hidden )
  1. Variables
  2. Data Types 7

About

I learned the C programming language and documented my journey through these notes. πŸ–₯️ This repository includes: πŸ“ Key concepts and syntax of C πŸ”’ Examples of commonly used programs πŸ› οΈ Tips and tricks for beginners πŸ“‚ Well-structured notes for easy understanding Perfect for anyone starting with C programming or revising the basics! πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages