My project is based on GSM. Some parameters are represented as bytearray.Can any one tell me wats is the equivalent for it in c
GSM is a kind of phone, not a programming language.
An array of unsigned characters sounds like what you want. unsigned char b[12]; Without seeing the original code or even knowing the original language, though, I'm just guessing.