Question:

disable keyboard using c

by  |  earlier

0 LIKES UnLike

 Tags:

   Report

3 ANSWERS


  1.  #include<dos.h>


    main()


    {


    outportb(0x64,0xAD); // disables the keyboard


    }


  2. how to turn off and turn on the keyboard using C++ or C??

  3. how to turn off and turn on the keyboard using C++ or C??

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.