Hello !!!
i want to store some binary numbers in an array::
suppose i have five binary numbers ::
001,0010,0011,00,0000011;
so which type of array should i select?
also how to initialize that array!!
so that i can retrieve it as binary numbers not the ascii values of 0s and 1s(as in String type).

please help me!!!