Check if sum of count of digits of array elements is Prime or not
Given an array A[] consisting of N integers, the task is to check if the sum of numbers of digits in each array element is a prime number or not. Examples: Input: A[] = {1, 11, 12}Output: YesExplanation: Count of digits of A[0], A[1] and A[2] are 1, 2, 2 respectively. Therefore, total sum of count o