Question bank › Strings
Dsa Strings Easy

Find Missing Characters

Given a string that contains only lowercase letters, identify which characters from the alphabet (a-z) are missing from the string. Input: The input is a single line containing the string s (1 ≤ |s| ≤ 100). Output: Print the missing characters in alphabetical order, or 'None' if no characters are missing. Example: Input: aegmnopq Output: bcdefhijrsuvwxyz

Key concepts

stringsmissingcharacters

Practise this out loud — free

Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.

🎙 Practise this question now
Part of InterviewLab's verified interview question bank. We show the prompt and concepts to practise with — never a copy-paste solution.