CS110 Chapter Notes - Chapter 2: Ampersand, Array Data Structure, 8-Bit

25 views8 pages

Document Summary

Standard data types: data type built-in with c programming language. Data type short unsigned short int unsigned int long unsigned long float double long double char unsigned char. 9. 22337e18 to 9. 22337e18 (8 bytes) integer ranging from 0 to 4,294,967,295 (4 bytes) or 0 to. Array: a collection of items of the same type stored in contiguous memory space. Typedef: this is feature allowing user to define alias of type (to improve readability or make code shorter, for instance, in windows programming, the following aliases are defined. Library type: this category refers to the data type defined in standard c libraries, as summarized as follows: stdio. h (reference: http://www. cplusplus. com/reference/cstdio/) Pointer to the file stream; created using fopen function and closed using fclose function; It is main entry of file reading and writing functions i. e. fprintf, fscanf, fgets, fgetc, fputs, fputc, etc. Indicator of current position in the file (read/written)

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents