C Overview Flashcards
1
Q
Who developed the C programming language?
A
Dennis M. Ritchie
2
Q
When was C first implemented?
A
1972
3
Q
Why is C widely used?
A
- Structured language
- It can handle low-level activities
- It can be compiled on a variety of computer platforms
- Easy to learn
4
Q
Which language is C the successor of?
A
B
5
Q
C runs nearly as fast as which other language?
A
Assembly language
6
Q
What is the file extension of a C language source code file?
A
.c