Computer Science, asked by SravyaBotu, 7 months ago

Hands on Exercise 1 i
Hands on Exercise 2
Note: You need to press "Final Submit" for your program to be considered for evaluation. The program will NOT be auto-submited in case
auto-closed due to time out.
For the given a string S consists of a stream of
Program Editor
Choose programming Language: C
characters not in predefined order. Write a
program to find the first non-repeating
character in a string S.
2
Input Format
First line contains input string, less than or equal
to buffer size N=20
Output Format
Output contains only single non-repeating
character from a strings
If string contains all repetitive characters, print
"Exceptional String
If string length is greater than 20, print "Wrong
Input"
Constraints
1 = N = 20
Sample Input 1
aapaajapsps
Sample Output 1:
g​

Answers

Answered by kandarivaishnavi218
1

Explanation:

It looks like there aren't many great matches for your search

Tip Try using words that might appear on the page that you’re looking for. For example, 'cake recipes' instead of 'how to make a cake'.

Need help? Take a look at other tips for searching on Google.

Similar questions