Write a program named “count letters” that counts the occurrences of all

Redish

New member
Write a program named “count letters” that counts the occurrences of all

small and capital letters in given be? Write a program named “count letters” that counts the occurrences of all small and capital letters in given below string and then prints the result in the format (Caps, count:: Small, count).Strings is “bcAdBDeCEad” and it should print this result (Caps, 5:: Small, 5).The program should take address of the source string as a parameter via stack and also provide proper comments against each instruction.
 
Back
Top