The program should first take the input of array size and then the elements of the array. Then program should rotate the elements of the array by 2.Example Input : 12345 Output : 45123 Coding Question Drupal developer