Answer - C
The AWS Documentation mentions the following
You can use supervised ML approaches for these specific machine learning tasks: binary classification (predicting one of two possible outcomes), multiclass classification (predicting one of more than two outcomes) and regression (predicting a numeric value).
Examples of binary classification problems:
Will the customer buy this product or not buy this product?
Is this email spam or not spam?
Is this product a book or a farm animal?
Is this review written by a customer or a robot?
For more information on the different classifications, please refer to the below URL
https://docs.aws.amazon.com/machine-learning/latest/dg/machine-learning-problems-in-amazon-machine-learning.html