All Basic Articles
Java and C++ provide their different functionalities and their use cases. When it comes to Data structures and Algorithms Java has a special framework named… Read More
In terms of computer graphics, Scaling is a process used for altering the size of objects. It changes the coordinate point of the original object.… Read More
Prerequisites: Set in C++  The C++ Standard Template Library offers containers called Sets. It functions essentially in the same ways as a binary search tree… Read More
A vector is a type of container which can store objects of similar data type. Vector acts like a dynamic array where we can insert… Read More
Prerequisite: Vector in C++ String in C++ Split String By Space Into Vector In C++, so we need to insert every character into a vector… Read More
Hexaware conducted the on-campus drive in our college. They were offering 1 profile role: Premier Graduate Engineer Trainee(PGET). After clearing the Online assessment + coding… Read More
This article describes how to configure PostgreSQL with the Django application on your Ubuntu machine. First, let’s look at an overview of all the tools… Read More
__builtin_popcount()  is a built-in function of GCC compiler. This function is used to count the number of set bits in an unsigned integer. In other… Read More
C++ datatypes have a specific size, that is, the number of bits that each of them occupies is fixed. Sometimes while writing code, we may… Read More
C++
An Exception is a run-time error, which occurs during the execution of a program, that disrupts the normal flow of the program’s instructions. For example,… Read More
C getchar is a standard library function that takes a single input character from standard input. The major difference between getchar and getc is that… Read More
Energy Exemplar visited on-campus for a full-time SDE Role. First Round was Resume shortlisting followed by an online test.  Online test: The test consisted of… Read More
In my TCS ninja interview following questions were asked: Tell me about yourself. Explain your academic project and its working. How to calculate the sum… Read More
Software Engineering has become the mainstream for IT Industry today. Every year more than 3 Lakh students land software engineering jobs as fresher and the… Read More
Angular PrimeNG is an open-source framework with a rich set of native Angular UI components that are used for great styling and this framework is… Read More
Student life is about learning and growing, passion and ambition, drive and thriving. Nowadays, with the technological prominence, you can take advantage of numerous opportunities… Read More
Accenture conducted the on-campus drive in our college. It started with the pre-placement talk in which they told us about their organization, the technology Accenture… Read More
Accenture visited Vellore Institute of Technology, Vellore in the month of November 2022 for the AEH Intern Role for 2023. The application for applying was… Read More
What is an array? An array is a collection of items of the same data type stored at contiguous memory locations. This makes it easier… Read More
What is Aggregate Demand? The word aggregate in the Aggregate Demand means ‘Total’, therefore, Aggregate Demand indicates the total demand of an economy. Aggregate Demand… Read More