Course Content
Programming in C
About Lesson
  1. Write a function that takes a string as an argument, removes all blank spaces (tabs, spaces, newlines) from the string.
  2. Write a function that takes an array of integers as an argument and sorts the array.
  3. Write a function stringlen, that returns the length of the string passed to it.
  4. Write a function stringrev, that reverses the passed string in-place (changes the original string).
Scroll to Top