Posts by ik sin • 9 points
1 post
-
0
votes2
answers203
viewsQ: Find the most frequent character in a text
I did so, but I would like printf did not keep repeating... There is some way to display only the most frequent character? #include <stdio.h> #include <stdlib.h> int main() { char…