3.8 - File Input / Output September 13, 2017 File Input / Output Sequence of bytes Could be regular or binary file Why? Persistent storage Theoretically unlimited siz...Read More
3.7 - User Defined Datatypes. September 13, 2017 UDDs – Structures Sometimes it becomes tough to build a whole software that works only with integers, floating values, and characte...Read More
3.6 - Preprocessors September 13, 2017 Preprocessor One of the step performed before compilation Is a text substitution tool and it instructs the compiler to do required ...Read More
3.5 - Strings September 12, 2017 Strings A set of things tied or threaded together on a thin cord Contiguous sequence of characters Stores printable A...Read More
3.4 - Standard Input/Output September 12, 2017 Standard I/O – The File Descriptors OS uses 3 file descriptors to provide standard input output functionalities: 0 → stdin 1 → ...Read More
3.3 - Pointers September 12, 2017 Jargon What's a Jargon? – Jargon may refer to terminology used in a certain profession, such as computer jargon, or it may ...Read More