Having read this section you should be able to:
- declare (name) a local variable as being one of C's five data types
 - initialize local variables
 - perform simple arithmetic using local variables
 
- int (4 bytes size)- integer: a whole number.
 - float (4 bytes size)- floating point value: ie a number with a fractional part.
 - double (8bytes size)- a double-precision floating point value.
 - char (1 bytes size)- a single character.
 - void - valueless special purpose type which we will examine closely in later sections.
 
No comments:
Post a Comment
commnet here