Elementi C++ -a
naredbe i izrazi:
naredbe:
x = a + b;
blokovi i složene naredbe:
...
{
temp = a;
a = b;
b = temp;
}
...