Complete Article - https://tutorialhorizon.com/algorithm...
Write a recursive program to print all subarrays of an array. This program takes an array and prints all possible subarrays of the array. The output of the program is a list of lists, where each inner list represents a subarray.