Know your data type: int – C Programming Tutorial 08



Know your data type: int – C Programming Tutorial 08

Know your data type: int - C Programming Tutorial 08

See complete series on C programming here:
http://www.youtube.com/playlist?list=PL2_aWCzGMAwLSqGsERZGXGkA5AfMhcknE

In this tutorial, we have discussed int data-type in detail.

We have explained below concepts:

How data is stored in computer’s memory.
Size and range of int
Signed and unsigned int
How negative numbers are stored in binary.

About binary number system:
https://www.youtube.com/watch?v=5OBZYhJnne0

About 2’s complement notation:
http://www.cs.cornell.edu/~tomf/notes/cps104/twoscomp.html

For more such videos and updates, subscribe to our channel:
http://www.youtube.com/mycodeschool

You may also like/follow us on Facebook/Twitter:
https://www.facebook.com/MyCodeSchool
https://twitter.com/mycodeschool

Comments are closed.