In C++ a Pointer is a variable that is used to store the memory address of other variables. It is a variable that points to… Read More
All Basic Articles
In computer graphics, we often need to draw different types of objects onto the screen. Objects are not flat all time and we need to… Read More
Pre-requisite: AWS When we launched the EC2 instance machines required IP-Address to communicate within a network or the internet. Amazon Web Services support IPv4 or… Read More
Java and C++ provide their different functionalities and their use cases. When it comes to Data structures and Algorithms Java has a special framework named… Read More
Prerequisite: Vector in C++ String in C++ Split String By Space Into Vector In C++, so we need to insert every character into a vector… Read More
In the current situation, companies are laying off their employees in mass. And this has become a threat to everyone, this calls for upskilling yourself.… Read More
This article describes how to configure PostgreSQL with the Django application on your Ubuntu machine. First, let’s look at an overview of all the tools… Read More
__builtin_popcount() is a built-in function of GCC compiler. This function is used to count the number of set bits in an unsigned integer. Syntax: __builtin_popcount(int… Read More
C++ datatypes have a specific size, that is, the number of bits that each of them occupies is fixed. Sometimes while writing code, we may… Read More
An Exception is a run-time error, which occurs during the execution of a program, that disrupts the normal flow of the program’s instructions. For example,… Read More
getchar is a function that takes a single input character from standard input. The major difference between getchar and getc is that getc can take… Read More
In my TCS ninja interview following questions were asked: Tell me about yourself. Explain your academic project and its working. How to calculate the sum… Read More
Software Engineering has become the mainstream for IT Industry today. Every year more than 3 Lakh students land software engineering jobs as fresher and the… Read More
Student life is about learning and growing, passion and ambition, drive and thriving. They put in all they have to create the future of their… Read More
What is an array? An array is a collection of items of the same data type stored at contiguous memory locations. This makes it easier… Read More
Bootstrap 5 text alignment classes are used to realign components with the start, end, and center variation. It can be used in the same viewport… Read More
What is Sentinel Linear Search? Sentinel Linear search is a type of linear search where the element to be searched is placed in the last… Read More
Termux is a Free and Open-source Terminal Emulator which allows you to work under a Linux environment on Android or IOS Phones. It contains a… Read More
In this article, we will cut an mp3 audio file into a smaller mp3 file. In this article, we will be using the pydub module… Read More
Pre-requisites: Distributed System Recovery from an error is essential to fault tolerance, and error is a component of a system that could result in failure.… Read More




.gif)
