#836. C++-指针-定义整数实际变量和整数指针变量,并把整数值赋予指针,把指针地址和指针值都打印出来

C++-指针-定义整数实际变量和整数指针变量,并把整数值赋予指针,把指针地址和指针值都打印出来

Background

Description

C++-指针-定义整数实际变量和整数指针变量,并把整数值赋予指针,把指针地址和指针值都打印出来 image

image

Format

Input

Output

Samples


Value of var variable: 20
Address stored in ip variable: 0x6ffe14(注:不同的电脑或主机其地址会存在不一致)
Value of *ip variable: 20

Limitation

1s, 1024KiB for each test case.