cpp concepts
Variables: int, long, long long, float, double, long double (storage size and range), string, pointers pointers are variables which store the address of other variables. If we want to use the variable again in our code, the system wont know the exact...
Dec 24, 20242 min read