2.8. Glossary

address-of

the address-of operator (&) is used to access the address of a C++ variable.

atomic data type

basic data type that cannot be broken down into any simpler data elements.

bool

keyword for Boolean data type.

char

keyword for character data type that stores a single character.

dereference

follow a pointer to its referenced memory location and read the data there.

float

keyword for floating point data type.

double

keyword for double-precision floating point data type.

int

keyword for integer data type.

2.9. Matching

Before you keep reading...

Runestone Academy can only continue if we get support from individuals like you. As a student you are well aware of the high cost of textbooks. Our mission is to provide great books to you for free, but we ask that you consider a $10 donation, more if you can or less if $10 is a burden.

You have attempted 1 of 2 activities on this page