Skip to content
/ C Public

This repository is created to save C programming files...

Notifications You must be signed in to change notification settings

abdullah0912/C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C PROGRAMMING LANGUAGE

Here is the basic commands for beginners in C programming language


C-Programming

ABOUT C


  • It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs. It has found lasting use in operating systems, device drivers, protocol stacks, though decreasingly for application software. C is commonly used on computer architectures that range from the largest supercomputers to the smallest microcontrollers and embedded systems.

  • A successor to the programming language B, C was originally developed at Bell Labs by Ritchie between 1972 and 1973 to construct utilities running on Unix. It was applied to re-implementing the kernel of the Unix operating system. During the 1980s, C gradually gained popularity. It has become one of the most widely used programming languages, with C compilers available for practically all modern computer architectures and operating systems. The book The C Programming Language, co-authored by the original language designer, served for many years as the de facto standard for the language. C has been standardized by ANSI since 1989 (ANSI C) and by the International Organization for Standardization (ISO).

STARTING WITH EXAMPLES

1- Table of Fahrenheit temperatures and their Celcius equivalents app:

  • Source code of the app

code 1

  • Output

Output


2- Table of Fahrenheit temperatures and their Celcius equivalents app V2:

  • Source code of the app

code 2

  • Output

Output 2

❗❗ NOTE: When i was coding the first app i used int as numerical variable, But in the second app i used float 3- Rock, Paper & Scissor game:

  • This is a simple view of the game

Screenshot 2023-06-25 143353

Thanks for reading this repo and you can support me as:

About

This repository is created to save C programming files...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages