How to Convert Binary Array to Hexadecimal value

Newbie Member
13Jul2009,15:17   #1
pra84veen's Avatar
Hello friends,
I am Praveen Kumar...Iam new to this forum

Can any one tell me, how to convert an array of binary values into the Hexadecimal value..

let us say, iam having an binary array, char Arr[16], the values are stored as
Arr[0] = 1, Arr[1]=1, Arr[2]=0, Arr[3]=1........Arr[15] = 1.
This array needs to convert it into Hexadecimal...

Please help me Friends....
Go4Expert Founder
13Jul2009,15:43   #2
shabbir's Avatar
Welcome and you already have your How to convert Binary Array to Hexadecimal Value in C Language for your query