Is it possible in C to code for an automatic input like if I enter the input 'A' I don't have to press the enter key to activate my input and it will automatically trigger the script. I've tried researching in search engines, I failed. I've tried different concepts and codes such as getche();. I really need it so that I can insert it to my project.
Note: I'm still a beginner, 1st year IT and this is my final project for the 1st sem.