oter

C supports a variety of data types from "summary" of C Programming Language by Brian W. Kernighan,Dennis Ritchie

The language provides several basic data types, some of them (like int, float, char) are used in almost every program. Others are more specialized; for example, there are types for representing complex numbers, for booleans, for characters with "wide" characters, and for handling pointers. In addition, there are ways to construct arrays of any type, structures and unions, which allow a program to manipulate data in a way that fits the problem being solved. A structure is a mechanism for handling complex data items of different types, a union gives a way to handle a single item in several different ways. A struct or union is a composite type: a single variable name may denote a collection of members, each of which may be a structure or array or basic type. Pointers provide C with a powerful and flexible capability that is not found in most other languages. A pointer is a variable that contains the address of a variabl...
    Read More
    Continue reading the Microbook on the Oter App. You can also listen to the highlights by choosing micro or macro audio option on the app. Download now to keep learning!
    oter

    C Programming Language

    Brian W. Kernighan

    Open in app
    Now you can listen to your microbooks on-the-go. Download the Oter App on your mobile device and continue making progress towards your goals, no matter where you are.