Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.5K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
C Language
1.3K+ articles
CBSE - Class 11
103+ articles
CPP-Basics
102+ articles
C Basics
78+ articles
C-Operators
40+ articles
CPP-Control-Flow
7+ articles
C Decision Making
4 posts
Recent Articles
Logical Expressions and Short-Circuit Evaluation in C
Last Updated: 07 November 2025
In C, logical expressions are used to perform decision-making using logical operators such as (AND) or || (OR) by combining multiple conditions. These expressions return ...
read more
C Language
C-Operators
C Decision Making
C - if Statement
Last Updated: 29 June 2026
The if statement is the simplest decision-making statement in C. It executes a block of code only when the specified condition evaluates to true.If the condition is true, ...
read more
C Language
C Basics
C Decision Making
C Program to Make a Simple Calculator
Last Updated: 20 August 2025
A simple calculator is a program that can perform addition, subtraction, multiplication, and division of two numbers provided as input. In this article, we will learn to c...
read more
C Programs
C Language
Picked
C Basic Programs
C Decision Making
Decision Making in C (if , if..else, Nested if, if-else-if )
Last Updated: 29 June 2026
Conditional statements are used to execute different blocks of code based on whether a specified condition is true or false.They evaluate one or more conditions before mak...
read more
C Language
C Basics
CPP-Basics
CBSE - Class 11
CPP-Control-Flow
C Decision Making
✕