unsigned
is a type modifier. Describe what this modifier does.
unsigned
modifier?
f
in the following line of code accomplish?
x = 3.2f;
float x; int y; cout << "The sum is " << x + y << endl;
int pow(float base, float exponent);