Sep 5, 2024
int a, b;).int a = 5;).int: Integer type, stores whole numbers.float: Floating-point type for decimal numbers.double: Double-precision floating-point type, more precision than float.char: Character type, stores a single character.int typically requires 4 bytes, float 4 bytes, double 8 bytes.int valid_variable;, Invalid: int 1stVariable;sizeof(data_type) to find the size of a data type.+, -, *, /.