3 bits
For the most part, how many bits in a floating point number. More bits = greater precision.
24 bits (8 bits per octet, so 3) are used for the network portion of a class C IP address
8*sizeof (long), usually 32 or 64
Class C (192-223) In Class C there is 3 network bits and one host bit.
It depends on the type of integer (such as long, short, int and char) and the specific implementation of C++. The only guarantee is that a char must occupy one byte (sizeof(char)==1). An int is typically 32-bits (4 bytes), but only sizeof(int) can tell you for sure.
10 bits would be required. 10 bits long (10 digits long) can represent up to 1024.
48 bits is a typical MAC address in bits.
15 or 16.
20
as long as they got there bits together in the tree as long as they got there bits together in the tree as long as they got there bits together in the tree
Yes. For example: char c= 'A'; ... c= 'B';