Write a simple program in C that takes a file path as a command line parameter (e.g. home/fun/projects/data.txt), parsed the file path into directories/file names and store them into an array. (e.g. array[] = data.txt, projects, fun, home ). Include a simple function to print out the arrays contents.