Print Pyramid Patterns with Ruby Language

Here is a quick approach to print pyramid patterns with Ruby Language. It’s a simple and easy approach that anyone can easily understand and try on their own. I am taking rows value in every for-in loop, but I have just mentioned once on the very first code block. I just updated the all the […]

IELTS Prepositions with Verbs

In this post we will learn, what is Preposition? and what is Verb? Both preposition and Verb, we shall learn with sentence examples. And in this post also we learn how many types of Prepositions? First we are going to know What are prepositions? and then we will learn to how many types of Prepositions? […]

“There is” and “There are”

In this post we are going to learn the usage of “there is” and “there are”, and we will also learn, when to use “there is” and “there are”. And that too by example of sentences. We use there to say that something exists. We use there is with a singular subject and there are […]

Conjunction and it’s types for ELTS.

In this post we will know what is Conjunction and what are the types of Conjunction. And how to use Conjunctions in sentences. Now this question must have come in your mind that what is Conjunction? What is Conjunction? A Conjunction is a word that joins words and sentences together. Now let us first look […]

Write a C Program, Compile & Run on Windows 10

Run and Compile a C program on Windows 10 using gcc Compiler (MinGW). Make sure you have installed mingw on your system. Write a C program that takes input from the user then displays the greeting message. This is a step by step tutorial so fire up your favorite text editor and code along. I […]