42 Exam 00 [2021] -
If you have recently been accepted into the core curriculum of a 42 school (or are preparing for the Piscine), you have likely heard a mix of excitement and dread surrounding three small words: .
ft_swap Prototype: void ft_swap(int *a, int *b); Allowed functions: write (only if needed, but often none). Goal: swap values of two integers using pointers.
Before we look at the code, you must understand that in 42 Exam 00. 42 exam 00
ft_swap (a function to swap the values of two integers using pointers).
function in your final submission if the subject only asks for a function. If you have recently been accepted into the
: "Write a function that displays all digits on a single line in ascending order." ft_countdown (16 points) : Display digits from '9' down to '0'. Key Concept : Decrementing loops. (16 points)
To succeed, you should be comfortable with the following fundamentals: Before we look at the code, you must
If you submit an empty file, you get a 0. If you submit a file that doesn't compile, you get a 0. Always run make fclean && make before final submission if provided a Makefile.
The exam takes place in a strictly controlled environment. You must log into a specific session using the examshell command in the terminal. README.md - felixtanhm/42-piscine - GitHub
Here are the most common exercises you will encounter, categorized by level.