Introduction to functions and nested loops.
Files | Description |
---|---|
0-putchar.c | prints _putchar, followed by a new line. |
1-alphabet.c | prints the alphabet, in lowercase. |
2-print_alphabet_x10.c | Prints 10 times the alphabet, in lowercase. |
3-islower.c | Checks for lowercase character. |
101-natural.c | computes and prints the sum of all the multiples of 3 or 5 below 1024. |
102-fibonacci.c | prints the first 50 Fibonacci numbers, starting with 1 and 2. |
103-fibonacci.c | finds and prints the sum of the even-valued terms. |
104-fibonacci.c | prints the first 98 Fibonacci numbers, starting with 1 and 2. |
Joseph Kakai
Email: [email protected]