Q. Decision making in the C programming language is ___.
β
Correct Answer: (B)
Executing a set of statements based on some condition
Explanation: Decision-making in C programming is executing a block of code to be executed by the program based on some condition.