I have following char array:
char hex[16] = "0x7fffa410c240"
How can i convert it into numerical address that can be assigned to another variable. Important is that i have to keep the base of value remaining the same i.e. 16 (hexadecimal). Thanks in advance.