C | Piscine Exam 01

Manipulating strings ( char * ) and characters without standard library functions like strcpy or strlen .

Copying strings safely while managing buffer boundaries.

Displays the lowercase alphabet in ascending order. c piscine exam 01

Moulinette will compile your code with its own main file, but you must write your own local main() function to test your logic.

: Simple loops, conditionals, and basic arithmetic. Manipulating strings ( char * ) and characters

: Code is graded in real-time by an automated system called the Moulinette . You must pass the current level to unlock the next task. Failure as a Norm

Convert a string (in a given numeric base, e.g., binary, hex) into an integer. This requires handling +/- signs, whitespace, and invalid characters. It is the ultimate test of string traversal. Moulinette will compile your code with its own

Displays all digits from '9' to '0' in descending order, followed by a newline.

Always use character literals (like 'a' ) in your code instead of raw numbers (like 97 ). It makes your code cleaner, less error-prone, and compliant with the 42 coding style ethos. 4. Run Norminette Before Every Submission