Computer Science, asked by meenakshidushyantsha, 6 months ago

What are conditional Statements ? Write its type . Explain any one conditional Statement .​

Answers

Answered by ayush8567
2

Answer:

Conditional statements help you to make a decision based on certain conditions. These conditions are specified by a set of conditional statements having boolean expressions which are evaluated to a boolean value true or false. There are following types of conditional statements in C.

Answered by CandyCakes
1

\huge\underbrace\mathfrak\red{answer}

In computer science, conditional statements, conditional expressions and conditional constructs are features of a programming language, which perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false

Similar questions