Computer Science, asked by mohmmadfirojhanfi, 2 months ago

what are conditionally Statements? name same of them​

Answers

Answered by samyuktha151
1

Explanation:

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.

Answered by gabru372
1

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.

hope it will help

Similar questions