Feeds
提问
Data structure that handles variable size data elements.
Can i accomodate various sized integers together in an array like arr1=[1(1bit), 3(2bits), 6(3bits), 14(4bits), 31(5bits), 55(6b...
5 years 前 | 1 个回答 | 0
1
个回答提问
How can I typecast the integer data to 10 bit representation?
I want to create a variable which stores integers in 10 bits representation.
5 years 前 | 1 个回答 | 0
