#include using namespace std; int main() { int Val=5; int *ValPtr=&Val; *ValPtr=10; cout<<"Val = "<