Yekini It depends on what you want to write programs for...I am no expert but C is a good start...
With the simple code below... char ptr[4]={0x00, 0x00 ,0x00, 0xff}; printf("%u", *ptr); you would expect to get 255 BUT I get zero...why?
Separate names with a comma.