Question: Name this program unique.c This program reads in a string from standard input and reports all the unique characters in the string. A unique character
Name this program unique.c This program reads in a string from standard input and reports all the unique characters in the string. A unique character is a character that appears only once in the string. If there are no unique characters in the string, report NONE. If there are more than one unique character, separate them with one space and order them in ascending order of of their ASCII value.
For simplicity, you can assume that the string entered has no more than 50 characters and consists of lowercase letters only.
Examples:
Enter a string: azazabrbsbxxqyy Unique characters include: q r s
Enter a string: ijkijk Unique characters include: NONE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
