Harshit SharmaJul 23, 20202 min readSTRUCTURE IN C++Structure is a grouping of several variables under one name .A structure is collection of data while a class is a collection of data and...
Harshit SharmaJul 16, 20201 min readARRAY IN C++Array is a collection of variables of the same type referenced under one common name and they include data of homogeneous nature. Syntax:...
Harshit SharmaJul 9, 20202 min readFunctions in C++Functions:Function is a set of module or we can say a subprogram that acts on a data and often return a value.The basic purpose of a...