#4436. [GESP202603 八级 C++] 第 18 题

[GESP202603 八级 C++] 第 18 题

在C++中,若函数参数类型为 const int &,则该参数既可以绑定左值,也可以绑定右值。( )

{{ select(1) }}

  • 正确
  • 错误