Cloudbook: C

  1. Home
  2. Variables
  3. Numbers ← prevnext →
Numbers
  1. The C Language types that take values similar to numbers are the integral types of signed or unsigned char, short, int and long; more ...

    LiveC: Maximum values of shorts and longs more ...

    Multimedia presentation goes here.
  2. The integer types short, int and long (as well as the C99 long long) are either further typed as signed or unsigned. more ...

    LiveC: count up until zero and print it sizes for different types more ...

    Multimedia presentation goes here.
  3. Signed types represent both positive and negative numbers, assigning half of the representations to each sign. more ...

    LiveC: count up until the first negative number and print it sizes for different types more ...

    Multimedia presentation goes here.
  4. The process of changing a value from one type to another is called casting. more ...

    LiveC: Writing an expression to convert Fahrenheit to Centigrade, and a simple program to use that expression. more ...

    Multimedia presentation goes here.
Copyright 2015, 2017 Burt Rosenberg. All Rights Reserved.