In this tutorial we will learn about If Else conditional statement in Shell Programming.
This is an introduction to Shell Programming tutorial.
In this tutorial we will learn about Logical Operators in Shell Programming.
In this tutorial we will learn about printf command in Shell Programming.
In this tutorial we will learn about Relational Operators in Shell Programming.
In this tutorial we will learn about String Operators in Shell Programming.
In this tutorial we will learn about variables in the Shell Programming.
In this tutorial we will learn about While loop in Shell Programming.
In this tutorial we will be learning about Shell sort algorithm. It is a generalisation of the insertion sort. In this sorting algorithm we compare elements that are distant apart rather than adjacent. We start by comparing elements that are at a certain distance apart. So, if there are N elements then we start with a value gap < N. In each pass we keep reducing the value of gap till we reach the last pass when gap is 1. In the last pass shell sort is like insertion sort.
It is the interest calculated on the Principal P at a given rate R for a given time period T. And the formula for simple interest is SI = (PxRxT)/100
In this tutorial we will learn to create CALCULATOR icon using Sketch.
In this tutorial we will learn to create GIFT icon using Sketch.
In this tutorial we will learn to create HEART icon using Sketch.
Calculating speed, distance and time.
This page consists of SQL interview questions and answers.
Subnetting is the process of dividing a network into smaller sub network (subnet) with each sub network having its own sub network address (first address of the sub network).