🟢 Վարժություն 3
Ի՞նչ կտպվի էկրանին։
#include <iostream>
int main() {
int x = 10;
int *px = &x;
std::cout << *px;
}To check your solution you need to sign in
Sign in to continue
Sign in to your account
Ի՞նչ կտպվի էկրանին։
#include <iostream>
int main() {
int x = 10;
int *px = &x;
std::cout << *px;
}Sign in to your account