Skip to content
/ piscine-42- Public template

the files I managed to save during the piscine, and some exams questions

Notifications You must be signed in to change notification settings

alessiotucci/piscine-42-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

This is my stats during November 2023 piscine

atucci's 42 stats


image
function name Description youtube links
00 ft_strcpy The strncpy() function copies count characters of string2 to string1 . If count is less than or equal to the length of string2 , a null character (\0) is not appended to the copied string. If count is greater than the length of string2 , the string1 result is padded with null characters (\0) up to length count. video
01 ft_strncpy description video
02 ft_str_is_alpha description video
03 ft_str_is_numberic description video
04 ft_str_is_lowercase video
05 ft_str_is_uppercase description video
06 ft_str_is_printable description video
07 ft_strupcase description video
08 ft_strlowcase description video
09 ft_strcapitalize description video
function name Description youtube links
00 ft_strcmp The strncmp() built-in function compares at most the first count characters of the string pointed to by string1 to the string pointed to by string2. The string arguments to the function should contain a NULL character ( \0 ) marking the end of the string. video
01 ft_strncmp description video
02 ft_strcat description video
03 ft_strncat description video
04 ft_strstr description video
05 ft_strlcat description video
function name Description youtube links
00 ft_strlen video
01 ft_putstr description video
02 ft_putnbr description video
03 ft_atoi The atoi() function converts an integer value from a string of characters. The input string is a character string that may be turned into a return type numeric value. The function stops reading the input string when it encounters the first character that it does not consider part of a number. video
function name Description youtube links
aff_a video
aff_last_param description video
first_word description video
fizz_buzz The FizzBuzz problem is a classic test given in coding interviews. The task is simple: Print integers one-to-N, but print “Fizz” if an integer is divisible by three, “Buzz” if an integer is divisible by five, and “FizzBuzz” if an integer is divisible by both three and five. video
ft_countdown video
ft_print_number description video
ft_strcpy description video
ft_strrev description video
ft_swap video
hello description video
maff_alpha description video
maff_reverse_alpha description video
only_a video
rev_print description video
ulstr description video

About

the files I managed to save during the piscine, and some exams questions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages