How would you develop a program that inputs a five digits integer, separates the integer into its individual digits and prints the digits separated from one another by one space each in the reverse using function. The function void reverse(int) must be used?