Multiple choice general knowledge

Check is a unit testing program in wchich language?

  1. Java

  2. PHP

  3. HTML

  4. 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.