I am working on project in which my requirement is to use two arrow keys( like UP,DOWN,RIGHT,LEFT) at same time. How can I read from user if any of two arrow keys are pressed at same time I can read arrow key using getchar() but only applicable to single key.
Any Advice
Thanks in advance