Profile Picture

Open PDF

Chapter 4: Control Statements

C Programming

Civil Engineering

First Semester

Control statements including loops and decision-making

Comments

  • टासी सुवेदी
    टासी सुवेदी- Thanks for this note that covers control statements including loops and decision-making in programming. This is helpful for my studies.
  • अमरावती बज्राचार्य
    अमरावती बज्राचार्य- Thanks for this note on control statements, this is helpful.
  • दीक्षा गुरुङ्ग
    दीक्षा गुरुङ्ग- Thanks for this note providing information on control statements, focusing on loops and decision-making in programming. This is helpful.
  • श्रीमती सावित्री जोशी
    श्रीमती सावित्री जोशी- Thanks for this introduction to control statements, including loops and decision-making. This is helpful.
  • संगिता जैन
    संगिता जैन- "It's essential to control data flow using if-else blocks, switches, and conditional expressions with Pokhara University Engineering Notes."
  • श्रीमती डोल्मा श्रेष्‍ठ
    श्रीमती डोल्मा श्रेष्‍ठ- Control structures in C programming such as if else and switch cases used for decision making and repeating tasks continuously."
  • देवेन्द्र सिल्वाल
    देवेन्द्र सिल्वाल- "Understanding control statements in C programming fundamentals Pokhara University Engineering Notes."
  • सुश्री कमला थापा
    सुश्री कमला थापा- Control structures in programming, including if-else statements and switch cases, are essential for making decisions within a program. In C programming, the if-else statement is used to execute different blocks of code based on conditions. It checks whether an expression evaluates to 1 or 0 and executes one block or another if true or false respectively The switch case statement allows you to check variable values (case) and perform certain actions whenever a specific value is matched.