Computer Science, asked by amitraj7079, 3 months ago

Making a decision in a C program usually involves testing the value of one or more variables. Which concept will be used?

Answers

Answered by itzjuno
2

Decision making is about deciding the order of execution of statements based on certain conditions or repeat a group of statements until certain specified conditions are met. C language handles decision-making by supporting the following statements,

if statement

switch statement

conditional operator statement (? : operator)

goto statement

Answered by faisalfiroz02
0

Answer:

Concept of decision making.

Hope it helps you.

Please mark it as brainliest.

Similar questions