I am not able to find the equivalent header file for conio.h in Linux.
Is there any option for getch() & getche() function in Linux?
getch()
getche()
There is a getch() function in the ncurses library. You can get it by installing the ncurses-dev package.