C++ Data Types and Variables Declaration
Simple Data Types
Data needs to be stored in order for us to be able to access it for future use like mathematical equations. In order to store data in C++ we must first know and declare the type of data we will be using. For example, if we don't use...
ahmedgouda.hashnode.dev4 min read