Skip to content

Latest commit

 

History

History

0x05-pointers_arrays_strings

0x05. C - More pointers, arrays and strings

Description

What you should learn from this project:

  • Everything from 0x04. C - Pointers, arrays and strings

  • Write a function that concatenates two strings.
  • Write a function that concatenates two strings. With n bytes.
  • Write a function that copies a string.
  • Write a function that compares two strings.
  • Write a function that reverses the content of an array of integers.
  • Write a function that changes all lowercase letters of a string to uppercase.
  • Write a function that capitalizes all words of a string.
  • Write a function that encodes a string into 1337.
  • Write a function that encodes a string using rot13.

Author