click below
click below
Normal Size Small Size show me how
CS_CTutorial_CIntro2
What is C Used For? W3Tutorial
| Question | Answer |
|---|---|
| What is C Used For | used to create programs that need to run fast and work closely with the computer |
| Example Cases for C Use 1 | Operating systems, such as parts of Windows, Linux, and macOS |
| Example Cases for C Use 2 | Programs inside devices like cars, TVs, and home electronics |
| Example Cases for C Use 3 | Software that needs to be fast, including databases and system tools |
| Example Cases for C Use 4 | Game engines and programs that handle graphics |
| Example Cases for C Use 5 | Core libraries that other programming languages rely on |
| What does C have | different language standards |
| What are the different language standards of C | C90, C99, C11, C17, and newer versions |