All Basic Articles
In this article, we will learn how to add icons to the button in HTML. We can add icons on buttons in so many ways… Read More
In this article, we will discuss how to set the size of the textarea in HTML. The <textarea> tag in HTML defines a multi-line plain-text… Read More
There are more than 1 billion websites on the internet and all have different names. As you are reading this article right now on geeksforgeeks.org… Read More
Pre-requisite: Function Overloading in C++ Function overloading is a feature of object-oriented programming where two or more functions can have the same name but different… Read More
Prerequisites: Random-access Iterators, Bidirectional Iterators Sets are a type of associative container in which each element has to be unique because the value of the… Read More
Naming a file or a variable is the first and the very basic step that a programmer takes to write clean codes, where naming has… Read More
A pair is a container that stores two values mapped to each other, and a vector containing multiple numbers of such pairs is called a… Read More
What is the background process and why do we need them? A process that runs behind the scenes (i.e. in the background) and without user… Read More
The number of function arguments passed in MATLAB will be determined in the following article. Unlike C, C++, and Java, MATLAB can accommodate a variable… Read More
As the younger generations begin to become more conscious about their careers, we can observe a great inclination towards jobs in the corporate field. The… Read More
Barclay’s recruiting process (easy) Campus: MNIT Jaipur First Round: There was an online test that consisted of two parts 2 Dsa question 30 MCQ were… Read More
Class 10 Chemistry Notes by GeeksforGeeks have been developed as per the Latest pattern prescribed by CBSE for Class 10 Boards Exam 2021-22. In these… Read More
The HTML DOM Marquee Object is used to represent the HTML <marquee> tag. We know that the <marquee> tag is used to move the content… Read More
The relative layout is used to arrange the child views in a proper order which means arranging the child objects relative to each other. Generally,… Read More
Given an array arr[]. The task is to count the elements in the array that are divisible by either their product of digits or the… Read More
Mode of Placement: On-Campus Placements, December 2021  No. of rounds: 2  Overall Experience: The NoBroker team is extremely interactive and ensures that the interviewee is… Read More
Given a 2D-array mat[][] of order M*N. The task is to replace every element of each row with the product of other elements of the… Read More
Given a string S and an integer R, the task is to encode the string by first filling each character in column wise manner from… Read More
Given a positive integer N, the task is to find Nth term of the series: 1, 3, 7, 15, 31, ….. Examples: Input: N =… Read More
A pointer is a variable that stores the memory address of an object.  The pointer then simply “points” to the object. The type of the… Read More