answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How many bits in long in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many bits are required to supernet seven class c address?

3 bits


What do you understand by precision in c?

For the most part, how many bits in a floating point number. More bits = greater precision.


How many octets are in a Class C IP address?

24 bits (8 bits per octet, so 3) are used for the network portion of a class C IP address


What is the number of bits used by c primitive long int data type?

8*sizeof (long), usually 32 or 64


How many networks are there in a class c network?

Class C (192-223) In Class C there is 3 network bits and one host bit.


Integers need how many bits to stored in C plus plus?

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.


How many bits are required in decimal numbers in range 0 to 999 using Straight binary code and BCD code?

10 bits would be required. 10 bits long (10 digits long) can represent up to 1024.


How long in bits is a typical MAC address?

48 bits is a typical MAC address in bits.


How many contiguous class c addresses are required to extend the host address by four bits?

15 or 16.


How many bits are borrowed from a Class C host address to create 6 new sub-nets?

20


How long does it take for a orangutan to have a baby i have a report and need desperate help?

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


How many values can store a variable at a time?

Yes. For example: char c= 'A'; ... c= 'B';