🟢 Վարժություն 5

Ի՞նչ կտպվի էկրանին։
#include <iostream>
int main() {
   const int n = 5;
   int arr[n] = {5, 2, 3, 1, 4};
   std::cout << arr[10];
}
 
To check your solution you need to sign in
Sign in to continue