(Basic Concepts 01) C란 무엇인가?
SoloLearn C 번역
Introducing C
C 언어 소개
C
is a general-purpose programming language that has been around for nearly 50 years.C
는 50년 가까이 된 범용(다목적) 프로그래밍 언어이다.
- C has been used to write everything from operating systems (including Windows and many others) to complex programs like the Python interpreter, Git, Oracle database, and more.
- C는 운영 체제(Windows 및 여러 운영 체제 포함)에서 Python 인터프리터, Git, Oracle 데이터베이스 등과 같은 복합 프로그램을 작성하는 데 사용되었다.
- The versatility of C is by design.
- C의 범용성(여러 가지 목적으로 이용이 가능한)은 계획적으로 설계된 것이다.
- It is a low-level language that relates closely to the way machines work while still being easy to learn.
- 기계(컴퓨터)가 작동하는 방식과 밀접한 관련이 있고, 학습하기 쉬운 저수준 언어이다.
Understanding how computer memory works is an important aspect of the C programming language.
컴포터 메모리가 작동하는 방식을 이해하는 것은, C 프로그래밍 언어의 중요한 측면이다.
QUIZ
- C is a:
- C는 …이다.
general purpose programming language
범용 프로그래밍 언어