All Medium Articles
In Android for recording audio or video, there is a built-in class called MediaRecorder. This class in Android helps to easily record video and audio… Read More
Augmented Faces permit the application to naturally distinguish various regions of an individual’s face, and utilize those areas to overlay resources, for example, surfaces and… Read More
Given an array arr[] of size N, the task is to find indices of array elements whose removal makes the sum of odd and even… Read More
Given an array arr[] of size N and an integer K, the task is to find the count of distinct pairs in the array whose… Read More
The strtok() function is used in tokenizing a string based on a delimiter. It is present in the header file “string.h” and returns a pointer… Read More
While loop is a control flow statement that allows code to be executed repeatedly based on a given Boolean condition. The while loop can be… Read More
One of my colleagues from a previous company at Microsoft has referred me for the SDE-1 position. And a month later they have called me… Read More
Given an array arr[] of size N and an integer K, the task is to find all the array elements that appear more than (N… Read More
In this article, we will be discussing looping in AVR and branch instructions, both Conditional and Unconditional. Looping in AVR : A repeated operation or… Read More
An event refers to the actions performed by the site visitor during their interactivity with the website (or webpage). There can be various types of… Read More
Given a XOR linked list and two integers position and value, the task is to insert a node containing value as the positionth node of… Read More
Round 1(Problem Solving+Discussion on Past Work 1.5hrs) Reverse words in a sentence. Two words are separated by one or more spaces Example:  "ab cd efg”… Read More
Given an array arr[] consisting of N integers???, the task is to find the minimum number of array elements required to be removed to make… Read More
Most people love dark mode but sadly it is not available on most websites. So here is a way to force dark mode on webpages… Read More
The analysis is the process of breaking a complex chunk of data into smaller parts in order to gain a better understanding of it. The… Read More
Given an array arr[] consisting of N integers and an integer K, the task is to find the number of times the absolute difference between… Read More
Given an integer N, the task is to tile a board of dimensions N * 1 the task is to count the number of ways… Read More
Prerequisite: Array BasicsIn C/C++, multidimensional arrays in simple words as an array of arrays. Data in multidimensional arrays are stored in tabular form (in row… Read More
A pointer is a variable whose value is the address of another variable, i.e., direct address of the memory location. Like any variable or constant,… Read More
There was a total of 3 rounds. Round 1. Round 1 was a normal MCQ based exam, there were 50 MCQs in 35 mins based… Read More