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…
Free Blogging Tools: Blogging is fun and successful when one knows what tools to use. Handy tools are now available on phones that we use every day. Not all the…
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…
A command is an instruction given by a user to a computer to do something, such as to print number of files in a directory. Commands are generated by typing…
E-payment Gateway Working: Before we look into how e-payment gateways work, let us discuss what really is e-payment gateway is. A payment gateway is a banking service that enables the secure…
Keyword Research: In blogging and running e-commerce websites, keywords are like light in the darkness. Here, I will be sharing about how to tap that light easily and attract more…
Just like keyword matter a lot in blogging, blog banners play a vital role. For novice bloggers, we often get stuck trying to find the best way to create blog…
Structures In the previous chapter, Arrays we have found that arrays are being used to store data of the same type. But often we come across the collection of that…
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…
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…