Write a C program to take a sequence of n (n>=1) integers in the range [0, 40] and print the non-zero frequency of each number within ( ). e.g., if the i/p given as n=5 and 5 integers in the range [0,40] are 20, 3, 4, 31, 3. The desired o/p will be: - 3(2), 4(1), 20(1), 31(1)
Answers
Answered by
1
Answer:
sorry i dont know your answer
Similar questions