Skip to content
#

examrank2

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

Learn more