Skip to content
#

42exams

Here are 41 public repositories matching this topic...

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).

  • Updated Feb 21, 2025
  • C

Improve this page

Add a description, image, and links to the 42exams topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 42exams topic, visit your repo's landing page and select "manage topics."

Learn more