Topic 1 - Intro to C Flashcards
C was developed at ___________.
It is a by-product of ________.
- Bell Laboratories
- Unix
B was developed when?
By whom?
- 1970
- Ken Thompson
B was extended into a new version that later became C. When did this happen?
By whom?
- 1973
- Dennis Ritche
What does C++ have or doesn’t relative to C?
includes all the features of C, but adds classes and other features to support object-oriented programming
Java is based on _____
C++, therefor inheriting many C features
What is C#
A more recent language derived from C++ and Java
Perl has adopted many of the features of ______.
C
Is C still widely used for developing new software or has it been abandoned?
Still widely used.
What approach does this course follow:
top-down
bottom-up
bottom-up