logo

Crowdly

Write if the following code fragment doesn't compile. Otherwise, write the e...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

Write if the following code fragment doesn't compile. Otherwise, write the exact text written to the standard output stream.

namespace {

double my_sqrt(double x) { return std::sqrt(x); }

}

double my_sqrt(double x) { return std::sqrt(x); }

int main() {

std::cout << (my_sqrt(25.0) == ::my_sqrt(25.0));

}

Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на distance3.sg.digipen.edu?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!