click below
click below
Normal Size Small Size show me how
CS_CTutorial_CIntro1
What is C?
| Question | Answer |
|---|---|
| What is C | C is a general purpose programming language |
| Who was C created by | Dennis Ritchie |
| Where was C created | Bell Labs |
| When was C created | 1972 |
| Why is C Popular | because it is fast, widely supported, and helps you understand how programs work "under the hood" |
| What is the MAIN REASON C is popular | it is a fundamental language in the field of computer science. |
| What is C closely connected to | UNIX |
| Why is C closely connected to Unix | much of UNIX was written in C |