Skip to content
#

42exam

Here are 32 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 42exam 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 42exam topic, visit your repo's landing page and select "manage topics."

Learn more