Answer:
int main()
{
std::cout << pow(2, 4);
}
Step-by-step explanation:
The ^ operator exists, but has a different meaning in C++, it means XOR. So be careful not to misinterpret it.
9.5m questions
12.2m answers