Given a sorted array of distinct positive integers arr[], we need to find the kth positive number that is missing from arr[]. Examples : Input: arr[] = [2, 3, 4, 7 ...