Is it possible to assign a variable the address you want, in the memory?
I tried to do so but I am getting an error as \"Lvalue required as left operand of assignmen
No.
Even if you could, 7200 is not a pointer (memory address), it's an int, so that wouldn't work anyway.