Logo

Programming Linux

Quick search

Navigation

Courses

  • Courses Overview
  • Slide Material
    • Linux
    • Python Programming
    • The C Programming Language
      • Introduction
      • Types, Operators, Expressions
        • Type System
        • Variable Names
        • Data Types, Sizes
        • Constants
        • Variable Definitions
        • Arithmetic Operators
        • Relational and Logical Operators
        • Type Conversions
        • Increment, Decrement
        • Exercise: Copy and Reduce String
        • Bit-Operators
        • Assignment with Calculation
        • ?: - Conditional Expression
        • Precedence, Associativity
      • Program Flow
      • Functions and Program Structure
      • Pointers and Arrays
      • Structures
      • Memory
      • Advanced Language Features
      • Program Sanity
      • Performance
      • Profiling
    • C++: TODO List
    • C++: Miscellaneous Live-Hacking
    • C++
    • The New C++ (11-…)
    • Design Patterns With C++
    • C++ Code
    • C++ Exercises
    • CMake
    • Is Software A Craft? Software Is A Craft! ⟶ Clean Code
    • Unit Testing With googletest
  • How To Book
  • Log Of Past Courses

About

  • Myself: Contact, Impressum, …
  • This Site

Blog

  • Posts

Types, Operators, Expressions¶

  • Topics

Topics¶

  • Type System
  • Variable Names
  • Data Types, Sizes
  • Constants
  • Variable Definitions
  • Arithmetic Operators
  • Relational and Logical Operators
  • Type Conversions
  • Increment, Decrement
  • Exercise: Copy and Reduce String
  • Bit-Operators
  • Assignment with Calculation
  • ?: - Conditional Expression
  • Precedence, Associativity
©2019-2025 (GPLv3), Jörg Faschingbauer. | Page source