Suject && Solution for 42 Exam Rank 02
-
Updated
Sep 20, 2024 - C
Suject && Solution for 42 Exam Rank 02
ft_printf is a custom implementation of the standard printf function in the C language. This exam focuses on mimicking the core functionalities of printf by handling specific format conversions. The primary objective is to manage only the following conversions: %s (string), %d (decimal integer), and %x (hexadecimal integer).
The names of the functions found at different levels of ExamRank 2 are listed here. Each level represents a specific difficulty and includes various functions. While ExamRank 2 may contain more functions, this repository includes only the code and content that I have written myself.
Add a description, image, and links to the examrank2 topic page so that developers can more easily learn about it.
To associate your repository with the examrank2 topic, visit your repo's landing page and select "manage topics."