//Write a function to find the count of ALL digits in a given number N. The number will be passed to the function as an input parameter of type int. //Assumption: The input number will be a positive ...