Answer:
The answer is A or the first option.
Explanation:
Answer:
in what context is it in? it could be aim high for goals set limits that are hard to reach but not impossible
Explanation:
You didn't specify what the program should output, so there are many possibilities that result in a working program. It *looks* like this was intended:
int x = 24;
int y;
y = x-12;
cout<<y<<endl;
and it will display 12.
Answer: B. Higher Bandwidth