Showing posts with label data types. Show all posts
Showing posts with label data types. Show all posts

29 April 2012

Data Types in C

All programming languages use different ways to store different types of data. 'C' is a strongly typed language. this means the programmer must know what type a particular piece of data is, and create a variable suitable to hold it.