Press "Enter" to skip to content

Posts published in “C”

Conditional or Ternary Operator in C

Conditional or Ternary Operator in C  Program Abstraction:      This tutorial describes the Conditional or Ternary Operator in C with examples. Conditional operator is an…

Increment and Decrement Operators in C

Increment and Decrement Operators in C  Program Abstraction:      This tutorial describes the Increment and Decrement Operators in C with examples. Incrementing and decrementing a value…

Logical Operators in C with Examples

Logical Operators in C with Examples  Program Abstraction:   This C programming tutorial describes the concept of Logical Operators with examples Logical operators are the operators…

Relational Operators in C with Example

Relational Operators in C with Example In previous lesson we leant the Simple IF statement. There was no example in that lesson. So let us…

Simple IF Statement in C with Examples

Simple IF Statement in C with Examples After learning all these operators, we have to learn condition statements in C like IF statement. Here we…

Operators in C: Assignment Operator

Operators in C: Assignment Operator Hey, let us learn some theories… Do not worry. These are some simple things. Operators are the symbols like +,…

Accepting User Input using Scanf Function

Accepting User Input using Scanf Function In previous lesson, we learnt how to manage variables and values of them. But those values are static values,…

Declaring and Using a Variable in C

Declaring and Using a Variable in C In previous lesson, we learnt how to display or show a text string. Now let us see how…