- Projects done during my study of Harvard University's cs50, an introduction to the intellectual enterprises of computer science and the art of programming.
- Files written in
Visual Studio Code 1.73
editor. - C files compiled using
gcc 9.4.0
. - C files wriiten according to the betty coding style.
- Files tested on
Windows 10
usinggcc
.
File | Description |
---|---|
0-integer_address.c | A C program for printing the address of an integer. |
1-int_adress.c | A C program for printing the address of an integer. |
2-difference.c | A C that prints both the integer and it's address. |
3-letter_address.c | A C that prints the address of the fisrt leter in the string. |
4-string_address.c | A C programm that prints address of the string, and the first letter of the string. |
5-string_letter.c | A C program that prints address of the string, and all letters of the string. |
6-string_letter.c | A C program that prints address of the string, and all letters of the string. |