I just need to take the data from a variable which is storing the address of an other variable which is having the actual data
In CPP I wrote this int num = *b
b -> it is containing the address of the variable which store the actual data.