filmov
tv
C-Tokens and Introduction to primary data types

Показать описание
Video Covers C Tokens: Keywords, Identifiers, Constant, String, Special Symbols, Operators. It also covered rules to define identifiers with example. Data types: Primary, derived, user defined. In Primary data types: int, long, char, float, double, long double, signed and unsigned (for int and char), how variable get stored in main memory.