Question
Write a C program to find the first 100 prime numbers.
Answer
Recall that a prime number is a positive number larger than
one whose only divisors are 1 and itself.
The following was developed on a computer which allowed it
to be quickly tested. Accomplishing this using only a white
board is much more difficult.
Background
This question was given during an interview on 1/17/2014 for
a firmware test engineer position.