Term
|
Definition
Secure shell protocol. Used to securely connect to a remote machine over an encrypted network. |
|
|
Term
Differences between C and other languages (12) |
|
Definition
1) C is compiled to machine code 2) C can have different results on different machines 3) C is a standard, it is not controlled by a single entity 4) No exception handling 5) C is faster 6) C is functional, not object-oriented 7) Memory management is up to us 8) No private or public access modifiers 9) Function prototypes 10) Return statements are used for error checking 11) The standard library doesn't have as much functionality as libraries in other languages 12) There is undefined behavior |
|
|
Term
|
Definition
|
|
Term
|
Definition
Behavior that isn't governed by the C standard |
|
|
Term
How to compile the "hello" program |
|
Definition
|
|
Term
How to run the "hello" program |
|
Definition
|
|