2389 Views

17. Explain various conditional statements in C language.


freefire2411a 12th Feb, 2022
Answers (2)
Nisha 12th Feb, 2022
hey there

Conditional Statements in C programming are used to make decisions based on the conditions. Conditional statements execute sequentially when there is no condition around the statements.
the different types of conditional statements are available in C language.

  1. if statement
  2. if else
  3. Nested if-else
  4. if-else-if
  5. switch



If statement

It is one of the powerful conditional statement. If statement is responsible for modifying the flow of execution of a program. If statement is always used with a condition. The condition is evaluated first before executing any statement inside the body of If.

if-else statement

The if-else statement in C language is used to execute the code if condition is true or false. It is also called two-way selection statement.

nested if...else

The nested if...else statement is used when a program requires more than one test expression. It is also called a multi-way selection statement. When a series of the decision are involved in a statement, we use if else statement in nested form.

if-else-if

The if-else-if statement is used to execute one code from multiple conditions. It is also called multipath decision statement. It is a chain of if..else statements in which each if statement is associated with else if statement and last would be an else statement.

Switch Statement

switch statement acts as a substitute for a long if-else-if ladder that is used to test a list of cases. A switch statement contains one or more case labels which are tested against the switch expression. When the expression match to a case then the associated statements with that case would be executed.

Sumedha Bhattacharya 12th Feb, 2022

Dear Student,


There are different types of conditional statements are available in C language .

  1. if-else
  2. Nested if-else
  3. if-else-if
  4. switch
  • If-else

when any condition is given in if block .. if the condition is true , the statements under if block will work .. otherwise the else block statement will execute.

  • Nested if-else

If under any if statement , there is another (one or more) if statement/s are present .. then the scenario is called nested if-else .

  • If-else-if

this condition works when we have to check more than one condition individually .

  • Switch

This statement works for individual cases that are given at the time of building the code.


For more details about C programming , refer this :

https://www.careers360.com/courses-certifications/udemy-c-programming-from-scratch-master-course

Hope this helps!


Related Questions

MAHE Manipal M.Tech 2025
Apply
NAAC A++ Accredited | Accorded institution of Eminence by Govt. of India | NIRF Rank #4
Graphic Era (Deemed to be Uni...
Apply
NAAC A+ Grade | Among top 100 universities of India (NIRF 2024) | 40 crore+ scholarships distributed
Indrashil University | B.Tech...
Apply
Apply for B.Tech | AICTE Aproved | UGC Recognized | International Collaborations for Global Edge | 100% Placement Assistance
JSS University Mysore BBA Adm...
Apply
NAAC A++ Accredited| Ranked #24 in University Category by NIRF
Sharda University Admissions ...
Apply
North India's Largest Educational Group | NIRF Ranked 86 | NAAC A+ Grade | Highest Package 1.6 Cr | Scholarships upto 100% | Pay Rs.500 instead of ...
UPES B.Tech Admissions 2025
Apply
Ranked #42 among Engineering colleges in India by NIRF | Highest Package 1.3 CR , 100% Placements | Last Date to Apply: 18th May
View All Application Forms

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books