IP#24a)How do you print the first non-repeated character from a string? Without any built-in methods

preview_player
Показать описание
IP#24
a)How do you print the first non-repeated character from a string?
(Without usinng any built-in methods)

input: hhello
output: e

For Interviews and interview questions
please follow @arunvideos in telegram.
Рекомендации по теме
Комментарии
Автор

CharAt() is also build in method, can we do without using it?

ashwinithakare