Question: Initialize a string of size 40. Write a program that prints all unique alphabets from string. After printing them sort them in ascending order. For
Initialize a string of size 40. Write a program that prints all unique alphabets from string. After printing them sort them in ascending order.
For example: Hi world I am here to help you.
Unique characters are: H, I, W, O, R, L, D, A, M, E, T, P, Y, U.
Sorted: A, D, E, H, I , L,M, O, P, R, T, U, W, Y
Note: Do this program in c++. You are not allowed to use any kind of function. You can only use, loops, if, else, break, continue, arrays to do this question. DO NO USE ANYTHING ELSE THAT IS NOT MENTIONED IN THIS LIST PLEASE.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
