Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
0
int g = 7; int p = 16; int *ptr = &p; *ptr = g; cout <<"Value of p is:" << p <<endl; //that's what you want?
3rd Jun 2018, 3:44 AM
Akib
Akib - avatar