August 2023

Introduction of Computer

Computer are a reasonable mix of software and hardware. Hardware is simply a piece of mechanical device and its functions are being monetarized by a compatible software. Hardware recognizes instructions in the form of electronic charge, which is the counterpart of binary language in software in software programming. Binary language has only two alphabets, 0 […]

Introduction of Computer Read More »

Struct in C++ | Sahil Rawat

Struct in C++

C++ arrays allow you to define variables that combine several data items of the same kind, but struct is another user defined data type which allows you to combine data items of different kinds. Structures are used to represent a record, suppose you want to keep track of your books in a library. You might want to

Struct in C++ Read More »

Introduction of C++

Introduction of Cpp

In this introduction we learn about Cpp. It is a general-purpose programming language that was developed as an enhancement of the C language to include Object Oriented Programming (OOPs). It is an imperative and a compiled language. History of C++ This Language was developed by Bjarne Stroustrup at bell labs in 1979. The problem arose that C could not

Introduction of Cpp Read More »