Pair in STL ( Standard Template Library ) in C++

By Astha Awasthi

In this C++ tutorial, we are going to discuss the pairs in C++ STL Standard Template Library, commonly used pair functions, need to use pair template and its use. What is Pair in S.... Read More

What are Variable Variables in PHP?

By Ujwal Kumar Sahoo

In this article, we will learn how PHP dynamically declares a variable. That is reference variable also known as Variable Variables in PHP. PHP allows the programmer to create and .... Read More

Sequence Containers in C++

By Shanigaram Mahesh

In this tutorial, we will learn about sequence containers in C++. What is the sequence containers and why we use it in? What is Sequence Containers in C++ A sequence is a container.... Read More

Calculating the area of a parallelogram in Java

By Tanisha Saxena

In this tutorial, we will see how to calculate the area of parallelogram in Java. A parallelogram is a four-sided plane rectilinear figure which has opposite sides parallel. In Euc.... Read More

Implement Linked List in Java using Node class

By Utkarsh Tiwari

How to implement a linked list in java using node class Hey Folks, I am back another tutorial of data structure. In this tutorial, we will learn how to implement a linked list in j.... Read More

Absolute and Relative Units in HTML

By Nilarjun Das

In this post, we will be learning absolute and relative units in HTML with examples. Cascading Sheet Styles(CSS) in HTML has number of different units in which length can be measur.... Read More

Histogram of an image using matplotlib in Python

By Prakash Raj

In this session, we are going to learn how we can plot the histogram of an image using the matplotlib package in Python for a given image. what do you mean by histogram A histogram.... Read More

Print the consonants circularly using C++

By Anne Caroline Glory Prince

In this tutorial, we are going to learn how to print the consonants in the circular fashion in C++. The input is an alphabet and the program commences from that alphabet and prints.... Read More

Related Posts