A generous heron and an ungrateful man – part 1
(A story narrated by Narada from Mahabharata, Shanti Parva, chapters 162-167) Long ago, there lived a learned man from the
Technology, Science and Stories
(A story narrated by Narada from Mahabharata, Shanti Parva, chapters 162-167) Long ago, there lived a learned man from the
(A story from Mahabharata, Shanti Parva, chapters 162-167) Previously, Gautama entered an enchanted forest and took shelter under a banyan
In this article, I intend to discuss pointers, address-of operator (&) and dereference operator(*) in C++. These are the foundation
if, else,else-if, switch are the conditional statements in C++. The looping keywords are for, while, and do-while loops. In this
In this article, I will present a tutorial on C++ for beginners. I have started this new series on C++
I am sharing a Repl.it a C++ shell here so that you can run your programs and have fun coding!! Feel
This short read is meant to give you a quick introduction to Git and, hopefully, motivate you to learn more
I have started this new series on C#. In this article, I will give you an overview of the tutorial.
I will give you an introduction to C# collections we often use in various applications. Collections will give you the
We use arrays when we want to store multiple values of the same type under a single variable name. The