Computer Science GRE Study Guide, Data types
Table of Contents I. Software Systems and Methodology – 40% A. Data organization 1. Data types a. Definition: Data types are assigned to blocks of information. The type tells the program how to handle the specific information. For example, an integer data type can be multiplied, but a Boolean data type cannot. b. In C, … Read more