pointers - How do I store hex values in char* variables in c -


i have following variables

char *key;

char*text;

i want store hex value 0xaaaaaaaaaaaaaa in key , want store hex value 0xdddddddddddddddddddddddddddddddddddddddddddddddd in text. correct way of doing this?


Comments

Popular posts from this blog

github - Git errors while pushing -

c++ - How can I delete a QSharedPointer -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -