Pretty much sure, almost everyone knows that in today’s digitally advanced world how technology is changing at a rapid pace. It has become quite normal to watch alternative technologies surpassing…
adarshpal
adarshpal
The best investment you can make is an investment in yourself. The more you learn, the more you'll earn. ECE student at Feroze Gandhi Institute of Engineering and Technology, RaeBareli.
-
-
In this article, you’ll learn about Namespace in C++, Declaring namespaces, Accessing namespace using “using” directive , The global namespace, The std namespace, Nested namespaces and more. For example The…
-
In this article, you’ll learn about Virtual Function in C++, rules of virtual function ,late binding, Pure Virtual Function and more. A virtual function is a member function that is…
-
In this article, you’ll learn C++ Classes and Objects with examples. What is Classes in C++? Class is a user-defined data type, which holds its own data members and member…
-
Computer Fundamental And Office Automation
Computer Basics : Input/Output Devices
by adarshpalby adarshpalInput Devices The set of instructions or information is provided to the computer system or PC with the help of input devices such as (keyboard, mouse, scanners, etc). The Instruction…
-
Immersive technologies consisting of Virtual Reality(VR), Augmented Reality(AR), and Mixed Reality(MR) are amongst the fastest-growing and fascinating technologies today. So what is immersive technology? To put it in a nutshell,…
-
There are an endless number of things to discover about robotics. A lot of it is just too fantastic for people to believe. Humanoid robot, also known as android, is…
-
EducationalTechnology
Difference between Google Cloud Platform, AWS and Azure
by adarshpalby adarshpalLike AWS, Azure and Google cloud platform, are the popular cloud-based platforms. However, there are differences amongst them. Some of the main differences between GCP, AWS and Azure are tabulated below: Google Cloud AWS…
-
Google Apps, which have impact on more than half of the world population. If you don’t know .So here is an article an where you know about all the Google…
-
In this article, you’ll learn about C++ Structure (User-defined datatypes ) with the help of Example. Structure is a collection of variables of different data types under a single name. It…