Write a simple program where you create an array of single byte characters. Make
the array 100 bytes long. In C this would be an array of char. Use pointers and
casting to put INTEGER (4 byte) and CHARACTER (1 byte) data into the
array and pull it out. YES, an integer can be put into and retrieved from a
character array. It’s all binary under the hood. In some languages this is very easy
(C/C++) in others it’s more difficult due to type casting restrictions (Java/Python).
Make sure you can access both character and integer data at any location in the
array
#Sales Offer!| Get upto 25% Off: