Copyright © tutorialspoint.com
Syntax
Definition and UsageUses the string specified EXPR as a vector of unsigned integers. The NUMBITS parameter is the number of bits that are reserved for each entry in the bit vector. This must be a power of two from 1 to 32. Note that the offset is the marker for the end of the vector, and it counts back the number of bits specified to find the start. Vectors can be manipulated with the logical bitwise operators |, & and ^. Return Value
Example
It will produce following results:
|
Copyright © tutorialspoint.com