Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 967 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 967 Bytes

exam02-42school

Exam #02 of the new graph.
Subjects are in the folder of each exercises, along with a solution and a test file.

✅ Exam Rank 02

Title Description Allowed functions level of difficulty
ft_printf Write a function named ft_printf that will mimic the real printf malloc, free, write, va_start, va_arg, va_copy, va_end ⭐⭐⭐⭐
get_next_line Write a function will store, in the parameter "line", a line that has been read from the file descriptor 0 read, free, malloc ⭐⭐⭐
inter Write a program that takes two strings and displays, without doubles, the characters that appear in both strings, in the order they appear in the first one. write ⭐⭐
union Write a program that takes two strings and displays, without doubles, the characters that appear in either one of the strings. write