Remove all the fibonacci numbers from the given array
Given an array arr[] of N integers, the task is to remove all the fibonacci numbers present in the array.Examples: Input: arr[] = {4, 6, 5, 3, 8, 7, 10, 11, 14, 15} Output: 4 6 7 10 11 14 15 Explanation: The array contains 3 fibonacci data values 5, 3 and 8. These values have been removed from the a