Some Shell Scripts

This post covers some of the shell scripts to: Find roots of the quadratic equation To count the number of files and directories in directory Store the information of a…

Basic Bash Shell Commands

Here some of the basic bash-shell commands. This post is the continuation of the last post I've shared about Linux commands. The Linux commands shown here covers file and directory…

Arrays in C Programming

An array is an identifier that stores a set of similar data. In another way, arrays can be defined as a data structure that can store a fixed size data…

Functions in C Programming

A function is a block of code or a group of instructions that as a unit performs a specific task. So functions are programs, and they can be either library…