This problem relies on the multiplication principle (also known as the rule of product). If there are m ways of doing X and n ways of doing Y, and if X and Y are independent events, there are xn ways of doing both X and Y. For example, if I have 3 shirts and 8 pants, and if I can match any of the shirts with any of the pants to make an outfit, I can make 3*8 = 24 outfits.
Here, we can select any single digit prime number for the hundreds digit: 2, 3, 5, or 7. So there are 4 options for the hundreds digit.
We can select any single digit integer for the tens digit: 0, 1, 2, 3, 4, 5, 6, 7, 8, or 9. So there are 10 options for the tens digit.
Like the hundreds digit, we can select any single digit prime number for the ones digit: 2, 3, 5, or 7. So there are 4 options for the ones digit.
Applying the multiplication principle, there are 4*10*4 = 160 options for the hundreds, tens, and ones digits combined. The correct answer is C.