Skip to content

Latest commit

 

History

History

0x06-pointers_arrays_strings

0x06. C - More pointers, arrays and strings


  • Write a function that concatenates two strings.
  • Write a function that concatenates two strings.
  • 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.
  • Write a function that prints an integer.
  • Add one line to this code, so that the program prints a[2] = 98, followed by a new line.
  • Write a function that adds two numbers.
  • Write a function that prints a buffer.

Author