V
Value Argument

A value argument is a variable of local scope created when a function begins execution. Its initial value is set to the value of the corresponding argument in the calling function. Changing a value argument does not affect any variable in the calling function. Compare with reference argument.

Variable

A variable is a programming construct that uses a certain part of RAM to represent a specific item of data we wish to keep track of in a program. Some examples are the weight of a pumpkin or the number of cartons of milk in the inventory of a store.

Vector

A vector is a group of variables that can be addressed by their position in the group; each of these variables is called an element. A vector has a name, just as a regular ...

Get Learning to Program in C++ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.