All Basic Articles
Ethereum is a decentralized network that offers users the ability to store and exchange tokens called Ether. If one wants to buy, sell or trade… Read More
There are three ways to convert char* into string in C++. Using the “=” operator Using the string constructor Using the assign function 1. Using… Read More
l applied for TCS-NQT Exam in June-23 through. This TCS-NQT exam was only for selected colleges. My TCS exam was conducted on the 30h of… Read More
I have recently appeared for an interview with Lowe’s India. First Round was the resume shortlisting 100 students were selected out of 400 CODING ROUND:… Read More
JP Morgan Chase and Co is one of the top investment banking companies in the World. The company conducts its hiring process uniquely. The company… Read More
Here, we will see how to interchange the elements of the first and last element/entries in a matrix across columns; with an approach of swapping.… Read More
Google Maps is one of the popular apps used nowadays for navigation or locating markers on Google Maps. We have seen markers on Google Maps… Read More
Here, we will build a C Program to Find the Sum of Fibonacci numbers at even indexes up to N terms Fibonacci Numbers: 0, 1,… Read More
 Here we will build a C program to calculate the sum of natural numbers using 4 different approaches i.e. Using while loop Using for loop… Read More
Here, we will find the area and perimeter of rectangle using a C Program as follows: Example:  Input: l = 10 b = 10 Output: … Read More
Here we will build a C program for hexadecimal to decimal conversion using 5 different approaches i.e. Using format Specifier Using Switch case Using array … Read More
Here, we can use the 2 different approaches to print the name: Using printf() Using scanf() Input:  Enter Name = Mukul Output:  Name = Mukul… Read More
Here, we will see how to print a triangle using the C program Input:  5 Output: *  * *  * * *  * * *… Read More
Decentralized applications are autonomous applications that run on peer-to-peer blockchain networks. These applications function similarly to traditional applications, providing functions or utility to users. This… Read More
To merge 2 arrays in C language we will use the following approaches: Using Quaint Methodology  Using Functions Input: arr1 = [1, 2, 3, 4,… Read More
Turing complete refers to the idea that given infinite time, any program in one language could be written (albeit perhaps inefficiently) in another. In Ethereum,… Read More
Triclosan, also known as TCS, is an antibacterial and antifungal ingredient that is added to many consumer products in order to prevent and reduce bacterial… Read More
The data collected by an investigator is in raw form and cannot offer any meaningful conclusion; hence, it needs to be organized properly. Therefore, the… Read More
Here are some questions and their solutions related to preparation of Receipt and Payment A/c: Illustration 1:  From the following information of GG Organisation, calculate… Read More
When any text runs off the side of the screen, the Toggle Word Wrap feature of Visual Studio Code consolidates it within the window and… Read More