int a; // Declaration only int b = 1; // Declaration with initialization const int N = 100; // Constant (immutable variable)