Some short notes here on the lecture:-
can omit curly braces when using one line of code
ssl - encrytpion
regulations about cs50
functions
abstraction - encapsulates
int - returns an integer
implementing get positive int for error checking
int n in the proper braces
prototype
scope - local vs global
data types - char,int, etc
char - 1 byte or 8 bits - 256 total values
int - 4 bytes - 4 billion values
float 4 bytes, double 8 bytes, long long 8 bytes
overflow - 0 comes after 255 for 8 bit values
problems related to float
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.