Lecture 1 - Course Introduction Flashcards

1
Q

Why learn C?

A
  • it is widely used and growing
  • ubiquitous for systems programming
  • small
  • fast
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

C vs. Java

A
  • C is function oriented, strings are a char array, less built in safety, function is basic programming unit
  • Java is object oriented, built in String type, more built in safety, class is basic programming unit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly