Multiple choice general knowledge Check is a unit testing program in wchich language? Java PHP HTML C Reveal answer Fill a bubble to check yourself D Correct answer Explanation Check is a unit testing framework for the C programming language. It provides a simple way to write and run tests for C code. The other languages listed (Java, PHP, HTML) have their own testing frameworks but Check is specifically designed for C.