Skip to content

Instantly share code, notes, and snippets.

View AyushRay06's full-sized avatar
:octocat:
Full stack Developer

Ayush Ray AyushRay06

:octocat:
Full stack Developer
View GitHub Profile
@AyushRay06
AyushRay06 / README.md
Created June 18, 2025 12:10 — forked from piyushgarg-dev/README.md
Kafka Crash Course
=======================================
1. Check Whether a Letter is Vowel or Consonant
------------------------------------------------
Documentation (docs_question1.txt):
Title: Vowel or Consonant Checker
Description: This program reads input characters. If a letter matches one of the vowel characters (a, e, i, o, u in either case) it prints “Vowel”. Otherwise, if it is an alphabet letter it prints “Consonant”. All other characters are ignored.
Usage:
Compile using Flex and gcc. Run and type letters at the prompt.
Flex Source Code (question1.l):
i
me
my
myself
we
our
ours
ourselves
you
your