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

Ի՞նչ կտպվի էկրանին։

#include <iostream>
int main() {
   int x = 10;
   std::cout << *x;
}