srini_kandimalla
asked on
How to convert byte array to hex string array in C
How to convert byte array to hex string array in C.
Provide me sample function.
Provide me sample function.
ASKER
When I ran this sample code and try to access hex[3], it is not printing anything and hex[0] is showing as null.
Any better ways?
Any better ways?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Open in new window
Now all you need to do is to build that into a loop and apply that to each array element consecutively.