Computer Science, asked by abhaymukade31, 4 hours ago

Which of the following is a multiple choice decision making statement ?

Answers

Answered by Mohitnjr
0

Answer:

c programming

Explanation:

C programming online questions and answers - C MCQ or multiple choice questions help you to prepare.

mark me as brainliest

Answered by SteffiPaul
0

The do-while statement is not a multiple-choice decision-making statement.

  • The decision-making statements in C programming are those statements that are used to make decisions.
  • These are those statements that help in the execution of the statements.
  • Some of the decision-making statements are if-else, nested if-else, else-if statements, etc.
  • The decision-making statements are also called selection statements.

Hence, the if-else, nested if-else, else-if statements, etc are examples of decision-making statements.

Similar questions