Posts by Yogender Narayan

Author Biographical Info: Not available

Program to Demonstrate Huffman Coding in C++

By Yogender Narayan

In this tutorial, we are going to learn about the Program to Demonstrate Huffman Coding in C++. Firstly there is an introduction of Huffman coding. Then implementation of the progr.... Read More

How to get MAC address of a device in C++?

By Yogender Narayan

This tutorial demonstrates How to get MAC address of a device in C++. We are going to learn what is MAC? What are its usage and how to obtain it from the system? What is MAC Media .... Read More

How to convert a given number into words in C++

By Yogender Narayan

In this tutorial, we are going to learn to Convert a given number into words in C++. Example (123 to One Hundred Twenty Three). Introduction To perform this program we are going to.... Read More

How to insert an element in an array in C++

By Yogender Narayan

In this tutorial, we are going to discuss How to insert elements in an array? Firstly there is an introduction to arrays then different ways to declare an array. And finally, we w.... Read More

How to Terminate a Loop in C++?

By Yogender Narayan

In this tutorial, we are going to learn about the topic of termination of the loop in c++. For the execution of a block of statements repeatedly we use the loop. What is terminatio.... Read More

Circular Doubly Linked List in C++

By Yogender Narayan

Hello guys in this C++ tutorial we are going to discuss Circular Doubly Linked List. Circular Doubly Linked List First of all, let’s talk about linked list. Linked List is a.... Read More

Related Posts