All Expert Articles
The linear-gradient() function is an inbuilt function in CSS that is used to set the linear gradient as the background image. Syntax:  background-image: linear-gradient( direction,… Read More
The std::map::rbegin() is a function in C++ STL. It returns a reverse iterator which points to the last element of the map. The reverse iterator… Read More
Problem – Write an assembly language program that if an input number BYTE1 lies b/w 50H to 80H display it on output PORT2. If BYTE1… Read More
Now these days, OTP (one time password) is mandatory in almost each and every service. A developer can generate OTP in many ways but the… Read More
The polar() function for complex numbers is defined in the complex header file. The polar function is used to find the complex number from phase… Read More
The proj() function is a built-in function and is defined in the complex header file. This function is used to find the projection of complex… Read More
Given a number N. The task is to find the maximum possible value of SumOfDigits(A) + SumOfDigits(B) such that A + B = n (0<=A,… Read More
Monetary Independence is one the most important phase in an individual’s life. It gives an opportunity to individuals to think and make decisions in their… Read More
A Cellular device today has become unthinkingly an extension of our anthropological arms that has endowed us with an added means of communication, which we… Read More
Consider n boxes numbered arranged in a circle in increasing order in clockwise direction (numbered from 1 to n). You are given q queries, each… Read More
ArrayList represents an ordered collection of an object that can be indexed individually. It is basically an alternative to an array. It also allows dynamic… Read More
Vihaan Network came to our campus for the role of software engineers and allowed B.tech (CS, IT, ECE) M.tech (CSED All) and MCA. There are… Read More
Given a set of n points (xi, yi) in 2D coordinate. Each point has some weight wi. The task is to check whether a line… Read More
Java Set is a part of java.util package and extends java.util.Collection interface. It does not allow the use of duplicate elements and at max can… Read More
Round 1: First round was coding round on HackerRank. It had 5 questions based on Regular Expressions and Inheritance. Round 2: Second Round was technical round (… Read More
In C#, you can use the ExceptWith() method to remove all the elements in a collection from a HashSet. The ExceptWith() method removes all the… Read More
POI stands For “Poor Obfuscation Implementation”. Apache POI is an API provided by Apache foundation which is a collection of different java libraries. These libraries… Read More
CSS gradients offer a powerful way to create visually appealing web elements by smoothly transitioning between two or more colors. As a web developer, understanding… Read More
Given a number N. The task is to find the number of permutations of 1 to N such that no three terms of the permutation… Read More
Given two binary strings s1 and s2. The XOR of them is X, the task is to find the number of ways to swap two-bit… Read More