The Wayback Machine - https://web.archive.org/web/20211031105126/https://www.geeksforgeeks.org/basic/
Skip to content
All Basic Articles
In PHP, array is a type of data structure that allows us to store similar type of data under a single variable. The array is… Read More
Data Science is an incredible field that deals with enormous volumes of data using advanced techniques to derive meaningful information. It has dominated all the… Read More
Many have termed the 21st century as the age of digitalization. Computers and the internet have changed the behavioral design of industries and the world.… Read More
In this article, we are going to see how to send messages on Instagram using the Instabot module in Python. Instagram is a nice platform… Read More
In this article, we will discuss mutate function present in dplyr package in R Programming Language to create, modify, and delete columns of a dataframe.… Read More
Hello everyone! I recently got a chance to get interviewed with Wipro and decided to share my experience with you. Wipro visited our campus Last… Read More
My zoho Interview Experience: Level 1: Only Pseudocodes and Flowchart(Without option);Hey geek! It's time to become a success story instead of reading them. Check out… Read More
Aptitude Tests are used by many recruiters around the world. Their purpose is to test technical skills, attitudes, and soft skills related to the search… Read More
Phishing is a kind of cyberattack that is used to steal users’ information including login details and credit card numbers. Most of the data breaches… Read More
Given numeric string S of size N and a positive integer K, the task is to find the minimum number of adjacent swaps required in… Read More
In the programming world, a string is considered a data type, which in general is a sequence of multiple characters that can contain whitespaces, numbers,… Read More
Python GUI Frameworks may sound confusing to intermediate or beginner-level developers because of the diverse range of options but it is not that difficult to… Read More
There aren’t enough developers out there with the skills for full-stack development anymore. Full-stack is not a one-size-fits-all solution. A full-stack developer is someone who… Read More
Technical Interview Question:  What are the oops concepts? What is polymorphism and what are the types of polymorphism Write code for compile-time and runtime polymorphism.… Read More
Round 1: Online HackerRank test Time: 90 MinHey geek! It's time to become a success story instead of reading them. Check out our most renowned… Read More
Event-Driven Programming in Node.js: Node.js makes extensive use of events which is one of the reasons behind its speed when compared to other similar technologies.… Read More
Bootstrap 4 supports 10 different color utility classes that can be used for text and background colors. Each of these colors has a name that… Read More
Hello everyone who’s reading this  article I want to share my experience with you  of my TCS interview : ME: “Good morning sir” Interviewer: “Good… Read More
Human beings are the only creatures on the earth who are able to communicate with each other through the medium of language. But humans take… Read More
Jumping statements are control statements that transfer execution control from one point to another point in the program. There are two Jump statements that are… Read More