All Basic Articles
NLTK is Natural Language Tool Kit. It is used to build python programming. It helps to work with human languages data. It gives a very… Read More
How to prepare for FAANG interview? or How to get a job in FAANG companies? – It can be termed as one of the most… Read More
Given an n x n matrix in the given matrix, you have to print the elements of the matrix in the snake pattern. Examples:  Input… Read More
Spring is one of the most popular Java EE frameworks. It is an open-source lightweight framework that allows Java EE 7 developers to build simple,… Read More
Spring framework is one of the most popular Java EE frameworks. It is an open-source lightweight framework that allows Java EE 7 developers to build… Read More
Java Applet is a special type of small Java program embedded in the webpage to generate dynamic content. The specialty of the Java applet is… Read More
Rearrange a linked list in such a way that all odd position nodes are together and all even positions node are together, Examples:  Input: 1->2->3->4 Output:… Read More
The Header is an important element of a website’s design. It’s the first impression of the website. It provides useful links to other areas of… Read More
In this article, we are going to learn how we can add Star Rating in NextJs. NextJS is a React-based framework. It has the power… Read More
In this article we will see, how to convert Rows to Column in SQL Server. In a table where many columns have the have same… Read More
MySQL Workbench is a unified visual tool for database architects, developers & Database Administrators. It provides data modeling, SQL development & comprehensive administration tools for… Read More
What is the output of the below code  int i = 0; while(i<n){ if(i%2)break; i++;} cout<<i; (A) 1 (B) 0 (C) n (D) n-1 Answer:… Read More
Given a set of integers of N elements. The task is to print the absolute difference of all of the pairwise consecutive elements in a… Read More
The format specifier is used during input and output. It is a way to tell the compiler what type of data is in a variable… Read More
Given an integer X and two strings S1 and S2, the task is to check that string S1 can be converted to the string S2… Read More
Fibonacci series is a number series that contains integers in the following pattern. 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, ..… Read More
Given two arrays S1 and S2 containing N and M integers, and an integer K, the task is to find the maximum number of integers… Read More
Registration Process: The interested students from Computer Science and Information Technology Branch were asked to submit their details for the Credit Suisse Technical Analyst Intern… Read More
Pre-requisite: How to Install Visual C++ on Windows In this article, we will discuss about access denied error in Visual Studio in C++. What is… Read More
C++
Fidelity Investments visited my college to recruit students for internship graduating in 2023. Round 0 (Online Test – 120 Minutes): The online test was held… Read More