42exams
Here are 42 public repositories matching this topic...
Guides, concepts, and tips to help you succeed in 42 School exams. No solutions, just structured resources to improve your problem-solving and coding skills.
-
Updated
Feb 25, 2025
My resolutions for the exercises that I have been doing to prepare my-self for the 42 Common Core Exams.
-
Updated
Mar 26, 2024 - C
A collection of READMEs of all the classes given at 42 Porto
-
Updated
Apr 13, 2024 - C
Here you can find all the projects that I validated during my Piscine at 1337 School.
-
Updated
Apr 4, 2022 - C
This is a training program for a C programming exam. The program is built using Python and Streamlit, and provides exam-like conditions to help you practice for the exam.
-
Updated
May 22, 2023 - C
Training method for 42 exams.
-
Updated
Feb 5, 2024 - C
🔥🔥🔥passing code of Get Next Line question for Exam Rank 03🔥🔥🔥
-
Updated
Dec 14, 2024 - C
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.
-
Updated
Feb 25, 2025 - C
Microshell is a simplified shell program developed in C, designed to mimic basic shell command execution functionalities. This exam involves handling command-line arguments to execute commands, managing built-in commands like `cd`, and implementing features such as piping (`|`) and command separation (`;`).
-
Updated
Feb 25, 2025 - C
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 25, 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.
Add this topic to your repo
To associate your repository with the 42exams topic, visit your repo's landing page and select "manage topics."